aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 11:53:55 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 11:53:55 +0100
commit51959acf3ed9f9963b9ecb5879b29493308e979c (patch)
tree64685eff8799cbf917fc9c0104508f8c7cee5d5e /src/index.js
parentMerge branch 'develop' into feature/add-service-request (diff)
downloadferdium-app-51959acf3ed9f9963b9ecb5879b29493308e979c.tar.gz
ferdium-app-51959acf3ed9f9963b9ecb5879b29493308e979c.tar.zst
ferdium-app-51959acf3ed9f9963b9ecb5879b29493308e979c.zip
Add service request to recipe dashboard
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,