diff --git a/server/TracyView_NotificationArea.cpp b/server/TracyView_NotificationArea.cpp index 11fb84cd..c3413ca8 100644 --- a/server/TracyView_NotificationArea.cpp +++ b/server/TracyView_NotificationArea.cpp @@ -197,6 +197,18 @@ void View::DrawNotificationArea() break; } } + if( !hidden ) + { + for( auto& v : m_tc.GetItemMap() ) + { + if( !v.second->IsVisible() ) + { + hidden = true; + break; + } + } + } + if( hidden ) { ImGui::SameLine();