derp merge
This commit is contained in:
parent
8c33b8f42b
commit
388d70e512
1 changed files with 1 additions and 3 deletions
|
@ -458,9 +458,7 @@ export async function createWindows() {
|
|||
mainWin.webContents.on("did-finish-load", () => {
|
||||
splash.destroy();
|
||||
|
||||
if (State.store.maximized && !isDeckGameMode) {
|
||||
mainWin!.maximize();
|
||||
}
|
||||
if (!startMinimized || isDeckGameMode) mainWin!.show();
|
||||
|
||||
if (isDeckGameMode) {
|
||||
// always use entire display
|
||||
|
|
Reference in a new issue