Skip to content

Commit de57204

Browse files
ui: no title update (#165)
1 parent bf79eb3 commit de57204

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/frontend/ui_main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export class UiMainPerTrace implements m.ClassComponent<UiMainPerTraceAttrs> {
102102
// When the UI loads there is no trace. There is no point registering
103103
// commands or anything in this state as they will be useless.
104104
if (trace === undefined) return;
105-
document.title = `${trace.traceInfo.traceTitle || 'Trace'} - Perfetto UI`;
106105
this.maybeShowJsonWarning(this.preferredApp);
107106
}
108107

0 commit comments

Comments
 (0)