diff --git a/ElectronNET.Host/main.js b/ElectronNET.Host/main.js index e52ef41..1a1efeb 100644 --- a/ElectronNET.Host/main.js +++ b/ElectronNET.Host/main.js @@ -125,6 +125,7 @@ function startSplashScreen() { skipTaskbar: true, show: true }); + splashScreen.setIgnoreMouseEvents(true); app.once('browser-window-created', () => { splashScreen.destroy();