mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
Disable splash screen
This commit is contained in:
parent
bcfbe9de4a
commit
180ad9cd7b
1 changed files with 3 additions and 1 deletions
|
@ -257,7 +257,9 @@ function createWindow(): BrowserWindow {
|
||||||
return win;
|
return win;
|
||||||
}
|
}
|
||||||
|
|
||||||
const createSplashWindow = async (): Promise<BrowserWindow | undefined> => {
|
const createSplashWindow = async (): Promise<BrowserWindow | undefined> => {
|
||||||
|
return undefined;
|
||||||
|
|
||||||
if (os.platform() == 'win32' || isAppImage()) {
|
if (os.platform() == 'win32' || isAppImage()) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue