run program after [autoexec] by default (#2925)

This commit is contained in:
Wengier
2021-10-23 04:22:13 -04:00
parent 989ff2bd63
commit 90e4c21400
4 changed files with 30 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ public:
opt_nogui = false;
opt_nomenu = false;
opt_langcp = false;
opt_prerun = false;
opt_showrt = false;
opt_silent = false;
opt_startui = false;
@@ -144,6 +145,7 @@ public:
bool opt_silent;
bool opt_showrt;
bool opt_nomenu;
bool opt_prerun;
bool opt_langcp;
bool opt_debug;
bool opt_nogui;