Splash screen always renders on top

This commit is contained in:
Brendan
2021-02-18 13:32:45 -05:00
parent 7e494518f3
commit 55a3f10d37

View File

@@ -123,6 +123,7 @@ function startSplashScreen() {
closable: false,
resizable: false,
skipTaskbar: true,
alwaysOnTop: true,
show: true
});
splashScreen.setIgnoreMouseEvents(true);