mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 00:38:15 -05:00
Add command line argument for disable menu optimizations on loading
This commit is contained in:
@ -12,7 +12,8 @@ public:
|
||||
{
|
||||
public:
|
||||
bool Verbose = false;
|
||||
bool PermissiveMenuParsing = false;
|
||||
bool MenuPermissiveParsing = false;
|
||||
bool MenuNoOptimization = false;
|
||||
} Configuration;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user