1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-08 07:07:05 +02:00

* Enable filter bar for loved tracks.

This commit is contained in:
Christian Muehlhaeuser
2012-07-04 04:19:59 +02:00
parent f42a412bcc
commit 1f19a618a1

View File

@@ -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;