瀏覽代碼

Switched on dev tools

Former-commit-id: e0594eb15be90b07015d9030b77cca4e3f5a98e9
David Benson 8 年之前
父節點
當前提交
f85ed12876
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      war/electron.js

+ 1 - 1
war/electron.js

@@ -57,7 +57,7 @@ function createWindow (opt = {}) {
 	mainWindow.loadURL(wurl)
 
 	// Open the DevTools.
-	if (__DEV__)
+	//if (__DEV__)
 	{
 		mainWindow.webContents.openDevTools()
 	}