diff --git a/ElectronNET.Host/main.js b/ElectronNET.Host/main.js index 1a1efeb..b7b851a 100644 --- a/ElectronNET.Host/main.js +++ b/ElectronNET.Host/main.js @@ -123,6 +123,7 @@ function startSplashScreen() { closable: false, resizable: false, skipTaskbar: true, + alwaysOnTop: true, show: true }); splashScreen.setIgnoreMouseEvents(true);