aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index efb3be737..1eff3f4f8 100644
--- a/src/index.js
+++ b/src/index.js
@@ -44,7 +44,7 @@ app.disableHardwareAcceleration();
44// Initialize Settings 44// Initialize Settings
45const settings = new Settings(); 45const settings = new Settings();
46 46
47const createWindow = async () => { 47const createWindow = () => {
48 // Remember window size 48 // Remember window size
49 const mainWindowState = windowStateKeeper({ 49 const mainWindowState = windowStateKeeper({
50 defaultWidth: 800, 50 defaultWidth: 800,