1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-30 18:15:19 +00:00

Merge pull request #1065 from BoostIO/not-quit-mac

Not quit app using close button on Mac
This commit is contained in:
Kazu Yokomizo
2017-11-05 15:18:03 +09:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ if (process.platform !== 'linux' || process.env.DESKTOP_SESSION === 'cinnamon')
}) })
mainWindow.setFullScreen(false) mainWindow.setFullScreen(false)
} else { } else {
quitApp() mainWindow.hide()
} }
} }
}) })