mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
change Recently Played for super collection to Dashboard
This commit is contained in:
@@ -86,6 +86,7 @@
|
|||||||
<file>data/images/station.png</file>
|
<file>data/images/station.png</file>
|
||||||
<file>data/images/new-additions.png</file>
|
<file>data/images/new-additions.png</file>
|
||||||
<file>data/images/loved_playlist.png</file>
|
<file>data/images/loved_playlist.png</file>
|
||||||
|
<file>data/images/dashboard.png</file>
|
||||||
<file>data/stylesheets/topbar-radiobuttons.css</file>
|
<file>data/stylesheets/topbar-radiobuttons.css</file>
|
||||||
<file>data/icons/tomahawk-icon-16x16.png</file>
|
<file>data/icons/tomahawk-icon-16x16.png</file>
|
||||||
<file>data/icons/tomahawk-icon-32x32.png</file>
|
<file>data/icons/tomahawk-icon-32x32.png</file>
|
||||||
|
@@ -58,7 +58,7 @@ CollectionItem::CollectionItem( SourcesModel* mdl, SourceTreeItem* parent, cons
|
|||||||
connect( ViewManager::instance(), SIGNAL( tempPageActivated( Tomahawk::ViewPage*) ), this, SLOT( tempPageActivated( Tomahawk::ViewPage* ) ) );
|
connect( ViewManager::instance(), SIGNAL( tempPageActivated( Tomahawk::ViewPage*) ), this, SLOT( tempPageActivated( Tomahawk::ViewPage* ) ) );
|
||||||
|
|
||||||
// add misc children of root node
|
// add misc children of root node
|
||||||
GenericPageItem* recent = new GenericPageItem( model(), this, tr( "Recently Played" ), QIcon( RESPATH "images/recently-played.png" ),
|
GenericPageItem* recent = new GenericPageItem( model(), this, tr( "Dashboard" ), QIcon( RESPATH "images/dashboard.png" ),
|
||||||
boost::bind( &ViewManager::showWelcomePage, ViewManager::instance() ),
|
boost::bind( &ViewManager::showWelcomePage, ViewManager::instance() ),
|
||||||
boost::bind( &ViewManager::welcomeWidget, ViewManager::instance() )
|
boost::bind( &ViewManager::welcomeWidget, ViewManager::instance() )
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user