From 55a3f10d37f6ca0ca917c37f9b67facf3ac612a1 Mon Sep 17 00:00:00 2001 From: Brendan Date: Thu, 18 Feb 2021 13:32:45 -0500 Subject: [PATCH] Splash screen always renders on top --- ElectronNET.Host/main.js | 1 + 1 file changed, 1 insertion(+) 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);