From af6d4abf3ab870758300b5d773beb25cd39e5a54 Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 24 Jun 2020 22:02:23 -0400 Subject: [PATCH] Hide App Window until fully loaded --- src/main/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/index.js b/src/main/index.js index 9ea3a1e1..bdec006a 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -71,6 +71,7 @@ function createWindow () { webSecurity: false, backgroundThrottling: false }, + show: false }) // eslint-disable-next-line