提交 5fe71b81 编写于 作者: E Eugene Pankov

hide menu on Linux and Windows

上级 6bc2d18f
......@@ -21,7 +21,9 @@ export class Application {
this.enableTray()
}
})
this.setupMenu()
if (process.platform === 'darwin') {
this.setupMenu()
}
await window.ready
return window
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册