Update mainWindow.ts
This commit is contained in:
parent
388d70e512
commit
a391dd6264
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ export async function createWindows() {
|
||||||
mainWin.webContents.on("did-finish-load", () => {
|
mainWin.webContents.on("did-finish-load", () => {
|
||||||
splash.destroy();
|
splash.destroy();
|
||||||
|
|
||||||
if (!startMinimized || isDeckGameMode) mainWin!.show();
|
if (!startMinimized) mainWin!.show();
|
||||||
|
|
||||||
if (isDeckGameMode) {
|
if (isDeckGameMode) {
|
||||||
// always use entire display
|
// always use entire display
|
||||||
|
|
Reference in a new issue