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

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent 378ae6ecbb
commit 0f587c079d

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

Loading…
Cancel
Save