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

Fix syntax error (unexpected token)

This commit is contained in:
tjado
2016-10-20 12:56:07 +02:00
parent 7bb63a78c5
commit d4ad3a953a

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,