Add command line argument for disable menu optimizations on loading

This commit is contained in:
Jan
2021-12-28 18:26:41 +01:00
parent 6d622e6ae1
commit d24e847204
7 changed files with 30 additions and 20 deletions

View File

@ -12,7 +12,8 @@ public:
{
public:
bool Verbose = false;
bool PermissiveMenuParsing = false;
bool MenuPermissiveParsing = false;
bool MenuNoOptimization = false;
} Configuration;
/**