diff --git a/app/main.ts.orig b/app/main.ts index aa1bec8..bd7c1d5 100644 --- a/app/main.ts.orig +++ b/app/main.ts @@ -690,7 +690,7 @@ async function createWindow() { : DEFAULT_HEIGHT; const windowOptions: Electron.BrowserWindowConstructorOptions = { - show: false, + show: true, width, height, minWidth: MIN_WIDTH,