1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

reorganize menu for Linux

This commit is contained in:
Dick Choi
2016-04-07 08:35:51 +09:00
parent e738ae5c8c
commit a39f25961c
2 changed files with 17 additions and 18 deletions

View File

@@ -269,7 +269,7 @@ app.on('ready', function () {
checkUpdate()
mainWindow = require('./main-window')
if (process.platform === 'win32') {
if (process.platform === 'win32' || process.platform === 'linux') {
mainWindow.setMenu(menu)
}
mainWindow.on('close', function (e) {