1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add lost connection popup.

This commit is contained in:
Bartosz Taudul
2020-11-18 01:23:46 +01:00
parent d98fbd60e5
commit 53eacd3dc2
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -365,6 +365,7 @@ private:
DecayValue<uint64_t> m_drawThreadHighlight = 0;
Annotation* m_selectedAnnotation = nullptr;
bool m_reactToCrash = false;
bool m_reactToLostConnection = false;
ImGuiTextFilter m_statisticsFilter;
ImGuiTextFilter m_statisticsImageFilter;