Skip to content

Commit c4994f0

Browse files
committed
Splashscreen is no longer always on top
1 parent 51da3c0 commit c4994f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arduino-ide-extension/src/electron-main/splash/splash-screen.ts

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ export const initSplashScreen = (
143143
slowStartup = true;
144144
showSplash();
145145
}, xConfig.delay);
146+
// Splashscreen is now on top of the main browser window.
147+
window.on('show', () => splashScreen?.setAlwaysOnTop(false));
146148
if (onCloseRequested) {
147149
onCloseRequested(() => closeSplashScreen(window, xConfig.minVisible));
148150
} else {

0 commit comments

Comments
 (0)