add imgui stylign window + change how texture filters are applied

This commit is contained in:
2024-01-21 20:20:32 +01:00
parent 93140231c6
commit 2647c85323
4 changed files with 20 additions and 8 deletions

View File

@ -64,6 +64,8 @@ struct MainScreen final : public Screen {
ToxUIUtils tuiu;
ToxDHTCapHisto tdch;
bool _show_tool_style_editor {false};
bool _window_hidden {false};
bool _window_hidden_ts {0};
float _time_since_event {0.f};