mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-23 14:13:57 +02:00
* Disable infobar for stations.
This commit is contained in:
@@ -46,8 +46,9 @@ public:
|
|||||||
virtual QString description() const;
|
virtual QString description() const;
|
||||||
virtual QPixmap pixmap() const;
|
virtual QPixmap pixmap() const;
|
||||||
|
|
||||||
virtual bool showModes() const { return true; }
|
virtual bool showInfoBar() const { return false; }
|
||||||
virtual bool showFilter() const { return true; }
|
virtual bool showModes() const { return false; }
|
||||||
|
virtual bool showFilter() const { return false; }
|
||||||
|
|
||||||
virtual bool jumpToCurrentTrack();
|
virtual bool jumpToCurrentTrack();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user