imgui debug stuff

This commit is contained in:
2024-03-15 13:01:14 +01:00
parent 83bbac2cd1
commit bde0f2c7c3
2 changed files with 31 additions and 1 deletions

View File

@ -76,6 +76,9 @@ struct MainScreen final : public Screen {
ToxDHTCapHisto tdch;
bool _show_tool_style_editor {false};
bool _show_tool_metrics {false};
bool _show_tool_debug_log {false};
bool _show_tool_id_stack {false};
bool _window_hidden {false};
uint64_t _window_hidden_ts {0};