提交 0cadfe18 编写于 作者: S SteVen Batten

fixes #53881

上级 b44e7d9f
......@@ -252,13 +252,15 @@ export class TitlebarPart extends Part implements ITitleService {
// App Icon (Windows/Linux)
if (!isMacintosh) {
this.appIcon = $(this.titleContainer).div({
class: 'window-appicon',
}).on(EventType.DBLCLICK, e => {
EventHelper.stop(e, true);
this.appIcon = $(this.titleContainer).div({ class: 'window-appicon' });
this.windowService.closeWindow().then(null, errors.onUnexpectedError);
});
if (isWindows) {
this.appIcon.on(EventType.DBLCLICK, e => {
EventHelper.stop(e, true);
this.windowService.closeWindow().then(null, errors.onUnexpectedError);
});
}
}
// Title
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册