feat: make debug ui toggle-able
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
std::string appName{"Destrum App"};
|
||||
std::string windowTitle;
|
||||
std::filesystem::path exeDir;
|
||||
bool showDebugUi{true};
|
||||
};
|
||||
|
||||
App();
|
||||
|
||||
Reference in New Issue
Block a user