diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 68e6752f..33ceb0c0 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -2553,6 +2553,10 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker UnsetFont(); } } + else + { + TextDisabledUnformatted( "Source not available" ); + } ImGui::EndMenu(); } ImGui::PopID(); @@ -2584,6 +2588,10 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker UnsetFont(); } } + else + { + TextDisabledUnformatted( "Source not available" ); + } ImGui::EndMenu(); } }