We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51da3c0 commit c4994f0Copy full SHA for c4994f0
arduino-ide-extension/src/electron-main/splash/splash-screen.ts
@@ -143,6 +143,8 @@ export const initSplashScreen = (
143
slowStartup = true;
144
showSplash();
145
}, xConfig.delay);
146
+ // Splashscreen is now on top of the main browser window.
147
+ window.on('show', () => splashScreen?.setAlwaysOnTop(false));
148
if (onCloseRequested) {
149
onCloseRequested(() => closeSplashScreen(window, xConfig.minVisible));
150
} else {
0 commit comments