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

Request attention on disconnect.

This commit is contained in:
Bartosz Taudul
2022-10-13 20:49:30 +02:00
parent 1c5d90c98a
commit 7727a17153
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -840,6 +840,7 @@ private:
bool m_attnDropped = false;
bool m_attnFailure = false;
bool m_attnWorking = false;
bool m_attnDisconnected = false;
};
}