mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 06:54:44 +00:00
Fully ignore mouse events on splash screen (avoids drag + drop file into window)
This commit is contained in:
@@ -125,6 +125,7 @@ function startSplashScreen() {
|
||||
skipTaskbar: true,
|
||||
show: true
|
||||
});
|
||||
splashScreen.setIgnoreMouseEvents(true);
|
||||
|
||||
app.once('browser-window-created', () => {
|
||||
splashScreen.destroy();
|
||||
|
||||
Reference in New Issue
Block a user