1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Merge pull request #157 from tejado/master

Fix syntax error (unexpected token)
This commit is contained in:
Junyoung Choi
2016-10-21 08:13:18 +09:00
committed by GitHub

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" ? false : true;
var mainWindow = new BrowserWindow({
width: 1080,