Hide App Window until fully loaded

This commit is contained in:
Preston 2020-06-24 22:02:23 -04:00
parent 7927e334ad
commit af6d4abf3a
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ function createWindow () {
webSecurity: false,
backgroundThrottling: false
},
show: false
})
// eslint-disable-next-line