Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ui/src/frontend/ui_main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export class UiMainPerTrace implements m.ClassComponent<UiMainPerTraceAttrs> {
// When the UI loads there is no trace. There is no point registering
// commands or anything in this state as they will be useless.
if (trace === undefined) return;
document.title = `${trace.traceInfo.traceTitle || 'Trace'} - Perfetto UI`;
this.maybeShowJsonWarning(this.preferredApp);
}

Expand Down
Loading