simplified mode

This commit is contained in:
Peter Poetzi
2021-10-09 15:57:43 +02:00
parent 2e21cc5889
commit 0b758da0f0
12 changed files with 103 additions and 53 deletions

View File

@@ -238,6 +238,7 @@ bool loadSettings()
bool saveSettings()
{
if (simplified) return true;
bool result{true};
if (!settingsPersister.save(settings))
result = false;