1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-18 06:48:23 +01:00

Move cloud collections before friends in sidebar.

This commit is contained in:
Christian Muehlhaeuser 2015-04-01 01:46:23 +02:00
parent 5d72c82e01
commit 2eb5db16a1

View File

@ -308,8 +308,8 @@ SourcesModel::appendGroups()
InboxItem* inbox = new InboxItem( this, m_browse );
inbox->setSortValue( 4 );
m_collectionsGroup = new GroupItem( this, m_rootItem, tr( "Friends" ), 4 );
m_cloudGroup = new GroupItem( this, m_rootItem, tr( "Cloud Collections" ), 5 );
m_cloudGroup = new GroupItem( this, m_rootItem, tr( "Cloud Collections" ), 4 );
m_collectionsGroup = new GroupItem( this, m_rootItem, tr( "Friends" ), 5 );
endInsertRows();