diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index 455ce0be5..c706dba84 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -798,6 +798,9 @@ void COperationDialog::uninstallOldClient() // don't ask this question anymore CConfigFile::getInstance()->setShouldUninstallOldClient(false); } + + // save the choice + CConfigFile::getInstance()->save(); } } #endif