mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
* Enable filter bar for loved tracks.
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
explicit CustomPlaylistView( PlaylistType type, const source_ptr& s, QWidget* parent = 0 );
|
||||
virtual ~CustomPlaylistView();
|
||||
|
||||
virtual bool showFilter() const { return false; }
|
||||
virtual bool showFilter() const { return true; }
|
||||
virtual bool showStatsBar() const { return false; }
|
||||
|
||||
virtual QString title() const;
|
||||
|
Reference in New Issue
Block a user