- fix: executor / problem set options not correctly saved

This commit is contained in:
royqh1979 2021-11-19 08:11:33 +08:00
parent f274d7f208
commit c7a6412986
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,8 @@
Version 0.9.2 For Dev-C++ 7 Beta
- fix: console program that needs input may crash
- fix: gutter of the disassembly code control in the cpu info dialog is grayed
- fix: problem set & problem views not correctly hidden when disabled in the general / problem set options
- fix: problem set & problem views not correctly hidden when disabled in the executor / problem set options
- fix: executor / problem set options not correctly saved
Version 0.9.1 For Dev-C++ 7 Beta
- enhancement: code completion suggestion for "__func__" variable

View File

@ -2888,6 +2888,9 @@ void Settings::Executor::doSave()
saveValue("redirect_input",mRedirectInput);
saveValue("input_filename",mInputFilename);
//problem set
saveValue("enable_proble_set", mEnableProblemSet);
saveValue("enable_competivie_companion", mEnableCompetitiveCompanion);
saveValue("competitive_companion_port", mCompetivieCompanionPort);
}

View File

@ -2,6 +2,6 @@
#define VERSION_H
#include <QObject>
#define DEVCPP_VERSION "beta.0.9.1"
#define DEVCPP_VERSION "beta.0.9.2"
#endif // VERSION_H