2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-18 16:37:48 +00:00

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;
/**