mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Move cloud collections before friends in sidebar.
This commit is contained in:
@@ -308,8 +308,8 @@ SourcesModel::appendGroups()
|
|||||||
InboxItem* inbox = new InboxItem( this, m_browse );
|
InboxItem* inbox = new InboxItem( this, m_browse );
|
||||||
inbox->setSortValue( 4 );
|
inbox->setSortValue( 4 );
|
||||||
|
|
||||||
m_collectionsGroup = new GroupItem( this, m_rootItem, tr( "Friends" ), 4 );
|
m_cloudGroup = new GroupItem( this, m_rootItem, tr( "Cloud Collections" ), 4 );
|
||||||
m_cloudGroup = new GroupItem( this, m_rootItem, tr( "Cloud Collections" ), 5 );
|
m_collectionsGroup = new GroupItem( this, m_rootItem, tr( "Friends" ), 5 );
|
||||||
|
|
||||||
endInsertRows();
|
endInsertRows();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user