15 lines
341 B
Diff
15 lines
341 B
Diff
diff --git a/app/main.ts b/app/main.ts
|
|
index 8d440386c..83fbc3c3e 100644
|
|
--- a/app/main.ts
|
|
+++ b/app/main.ts
|
|
@@ -686,7 +686,7 @@ async function createWindow() {
|
|
: DEFAULT_HEIGHT;
|
|
|
|
const windowOptions: Electron.BrowserWindowConstructorOptions = {
|
|
- show: false,
|
|
+ show: true,
|
|
width,
|
|
height,
|
|
minWidth: MIN_WIDTH,
|
|
|