summarylogtreecommitdiffstats
path: root/index.patch
blob: 6e75359beb20c25f910b6462fd8f8428c18a6966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/index.js b/index.js
index e69de29..b4a74f3 100644
--- a/index.js
+++ b/index.js
@@ -2,12 +2,13 @@
 
 const createWindow = () => {
 	const window = new BrowserWindow({
-	  width: 800,
-	  height: 600,
+	  width: 1200,
+	  height: 900,
+	  autoHideMenuBar: true,
 	  titleBarStyle: 'hidden'
 	});
   
-	window.loadFile('dist/index.html');
+	window.loadFile('index.html');
 }
 
 app.whenReady().then(() => {