Merge pull request #5018 from redyoshi49q/double_click_playlist

Fixed default settings for double clicking a playlist
This commit is contained in:
John Maguire 2015-09-02 11:33:57 +01:00
commit 28e09c0ddd
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ void BehaviourSettingsPage::Load() {
ui_->doubleclick_playlist_playmode->setCurrentIndex(
ui_->doubleclick_playlist_playmode->findData(
s.value("doubleclick_playlist_playmode",
MainWindow::PlaylistPlayBehaviour_IfStopped).toInt()));
MainWindow::PlaylistPlayBehaviour_Always).toInt()));
ui_->menu_playmode->setCurrentIndex(ui_->menu_playmode->findData(
s.value("menu_playmode", MainWindow::PlayBehaviour_IfStopped).toInt()));