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

--HG--
branch : develop
This commit is contained in:
kervala 2016-08-14 12:52:22 +02:00
parent 378ae6ecbb
commit 0f587c079d

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