We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40e1fd commit cdc99aaCopy full SHA for cdc99aa
source/services/settings/settings_manager.cpp
@@ -61,7 +61,7 @@ void SettingsManager::Save(int type) {
61
62
settings_file_.save(SETTINGS_FILE_PATH_);
63
64
- if(!(~(type ^ SaveType::SAVE_DATABASE))){
+ if(!(~(type ^ SaveType::SAVE_SYNCING))){
65
return;
66
}
67
database_.db.open();
0 commit comments