Index: sources/view/settings/VSettings.cpp =================================================================== diff -u -r0dfba44fb7172b9458d161b3ed5f54527f93b698 -red3945bdd13d73f5cb1aec03fafa1697be5f1b66 --- sources/view/settings/VSettings.cpp (.../VSettings.cpp) (revision 0dfba44fb7172b9458d161b3ed5f54527f93b698) +++ sources/view/settings/VSettings.cpp (.../VSettings.cpp) (revision ed3945bdd13d73f5cb1aec03fafa1697be5f1b66) @@ -65,7 +65,6 @@ void VSettings::advancedMode_post(const bool &vadvancedMode_post) { //TODO The Settings shall be the Singleton SettingsController and modify the MSettings like the others. - advancedMode(false); if ( Storage::Settings::save(advancedModeGroup(), advancedModeKey(), QString::number(vadvancedMode_post)) != 0 ) { advancedMode(false); } @@ -126,8 +125,6 @@ TKeysList keysList = updateReplacements(group, keys ); updateInstructions(group, keysList, values, title ); updateInstructions(group ); - - } else { //TODO: Since it is global system settings, move this to the settings controller so the C++ backend can also use it. like Date/Time formats. for (const auto &key : qAsConst(keys)) {