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

feat: verbose option sets log level to debug

This commit is contained in:
Jan Laupetin
2025-09-11 22:17:56 +02:00
parent 02f20f09b6
commit d693ace12f
13 changed files with 29 additions and 57 deletions

View File

@@ -6,7 +6,6 @@ public:
static class Configuration_t
{
public:
bool Verbose = false;
bool MenuPermissiveParsing = false;
bool MenuNoOptimization = false;
} Configuration;