add imgui about window

This commit is contained in:
Green Sky
2025-08-01 14:53:37 +02:00
parent 2482b7dd09
commit bc039d19cb
2 changed files with 9 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ struct MainScreen final : public Screen {
DebugVideoTap dvt;
bool _show_imgui_about {false};
bool _show_tool_style_editor {false};
bool _show_tool_metrics {false};
bool _show_tool_debug_log {false};