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

keep the convention

This commit is contained in:
Dick Choi
2016-10-21 08:43:00 +09:00
parent c17c056af3
commit 381b7d85f4

View File

@@ -3,7 +3,7 @@ const app = electron.app
const BrowserWindow = electron.BrowserWindow
const path = require('path')
var showMenu = process.platform == "Win32" ? false : true;
var showMenu = process.platform !== 'win32'
var mainWindow = new BrowserWindow({
width: 1080,