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 79d2ec2328
commit 6332306238

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