Fixed: Save config after choosing if we should uninstall previous version, see #279

This commit is contained in:
kervala 2016-08-14 12:52:22 +02:00
parent 52eeb2a0b2
commit 0fc7d54c8c

View file

@ -798,6 +798,9 @@ void COperationDialog::uninstallOldClient()
// don't ask this question anymore
CConfigFile::getInstance()->setShouldUninstallOldClient(false);
}
// save the choice
CConfigFile::getInstance()->save();
}
}
#endif