提交 fb295d4b 编写于 作者: B Benjamin Pasero

title 💄

上级 38cbbb78
...@@ -83,8 +83,6 @@ export class TitlebarPart extends Part implements ITitleService { ...@@ -83,8 +83,6 @@ export class TitlebarPart extends Part implements ITitleService {
this.properties = { isPure: true, isAdmin: false }; this.properties = { isPure: true, isAdmin: false };
this.activeEditorListeners = []; this.activeEditorListeners = [];
this.setTitle(this.getWindowTitle());
this.registerListeners(); this.registerListeners();
} }
...@@ -269,6 +267,8 @@ export class TitlebarPart extends Part implements ITitleService { ...@@ -269,6 +267,8 @@ export class TitlebarPart extends Part implements ITitleService {
this.title = $(this.titleContainer).div({ class: 'window-title' }); this.title = $(this.titleContainer).div({ class: 'window-title' });
if (this.pendingTitle) { if (this.pendingTitle) {
this.title.text(this.pendingTitle); this.title.text(this.pendingTitle);
} else {
this.setTitle(this.getWindowTitle());
} }
// Maximize/Restore on doubleclick // Maximize/Restore on doubleclick
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册