Disable splash screen

This commit is contained in:
everoddandeven 2024-11-08 16:14:54 +01:00
parent bcfbe9de4a
commit 180ad9cd7b

View file

@ -257,7 +257,9 @@ function createWindow(): BrowserWindow {
return win;
}
const createSplashWindow = async (): Promise<BrowserWindow | undefined> => {
const createSplashWindow = async (): Promise<BrowserWindow | undefined> => {
return undefined;
if (os.platform() == 'win32' || isAppImage()) {
return undefined;
}