Proper model for streams, and multi-view
This commit is contained in:
@@ -44,6 +44,7 @@ void InterfaceSettings::load()
|
||||
albumsCoverSize->setCurrentIndex(Settings::self()->albumsCoverSize());
|
||||
folderView->setCurrentIndex(Settings::self()->folderView());
|
||||
playlistsView->setCurrentIndex(Settings::self()->playlistsView());
|
||||
streamsView->setCurrentIndex(Settings::self()->streamsView());
|
||||
}
|
||||
|
||||
void InterfaceSettings::save()
|
||||
@@ -56,6 +57,7 @@ void InterfaceSettings::save()
|
||||
Settings::self()->saveAlbumsCoverSize(albumsCoverSize->currentIndex());
|
||||
Settings::self()->saveFolderView(folderView->currentIndex());
|
||||
Settings::self()->savePlaylistsView(playlistsView->currentIndex());
|
||||
Settings::self()->saveStreamsView(streamsView->currentIndex());
|
||||
}
|
||||
|
||||
void InterfaceSettings::albumsViewChanged()
|
||||
|
||||
Reference in New Issue
Block a user