diff --git a/profiler/src/profiler/TracyView_Manual.cpp b/profiler/src/profiler/TracyView_Manual.cpp index 28a8442d..19222fab 100644 --- a/profiler/src/profiler/TracyView_Manual.cpp +++ b/profiler/src/profiler/TracyView_Manual.cpp @@ -12,7 +12,7 @@ namespace tracy void View::DrawManual() { const auto scale = GetScale(); - ImGui::SetNextWindowSize( ImVec2( 1200 * scale, 800 * scale ), ImGuiCond_Always ); + ImGui::SetNextWindowSize( ImVec2( 1200 * scale, 800 * scale ), ImGuiCond_FirstUseEver ); ImGui::Begin( "User manual", &m_showManual ); if( ImGui::GetCurrentWindowRead()->SkipItems ) { ImGui::End(); return; }