Skip to content

Commit

Permalink
Fix ripping automatization not being available when switching configu…
Browse files Browse the repository at this point in the history
…rations.
  • Loading branch information
enzo1982 committed Aug 17, 2019
1 parent 5cddbf7 commit 7e33167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/startgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ freac::freacGUI::freacGUI()
notification->onDiscRemove.Connect(&freacGUI::OnDiscRemove, this);
}

config->SetIntValue(Config::CategorySettingsID, Config::SettingsNotificationAvailableID, notification != NIL && notification->IsNotificationAvailable());
config->GetPersistentIntValue(Config::CategorySettingsID, Config::SettingsNotificationAvailableID, False) = notification != NIL && notification->IsNotificationAvailable();

/* Setup attributes.
*/
Expand Down

0 comments on commit 7e33167

Please sign in to comment.