提交 a0656567 编写于 作者: S SteVen Batten

app icon url

上级 816a3bc3
......@@ -252,7 +252,7 @@ export class TitlebarPart extends Part implements ITitleService {
// App Icon
this.appIcon = $(this.titleContainer).img({
class: 'window-appicon',
src: paths.join(this.environmentService.appRoot, 'resources/linux/code.png')
src: paths.join(this.environmentService.appRoot, isWindows ? 'resources/win32/code.ico' : 'resources/linux/code.png')
}).on(EventType.DBLCLICK, (e) => {
EventHelper.stop(e, true);
this.windowService.closeWindow().then(null, errors.onUnexpectedError);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册