We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf79eb3 commit de57204Copy full SHA for de57204
ui/src/frontend/ui_main.ts
@@ -102,7 +102,6 @@ export class UiMainPerTrace implements m.ClassComponent<UiMainPerTraceAttrs> {
102
// When the UI loads there is no trace. There is no point registering
103
// commands or anything in this state as they will be useless.
104
if (trace === undefined) return;
105
- document.title = `${trace.traceInfo.traceTitle || 'Trace'} - Perfetto UI`;
106
this.maybeShowJsonWarning(this.preferredApp);
107
}
108
0 commit comments