mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Request attention on disconnect.
This commit is contained in:
parent
1c5d90c98a
commit
7727a17153
@ -741,6 +741,7 @@ bool View::DrawImpl()
|
||||
}
|
||||
else
|
||||
{
|
||||
Attention( m_attnDisconnected );
|
||||
ImGui::BeginDisabled();
|
||||
ImGui::ButtonEx( MainWindowButtons[2], ImVec2( bw, 0 ) );
|
||||
ImGui::EndDisabled();
|
||||
|
@ -840,6 +840,7 @@ private:
|
||||
bool m_attnDropped = false;
|
||||
bool m_attnFailure = false;
|
||||
bool m_attnWorking = false;
|
||||
bool m_attnDisconnected = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user