diff --git a/src/main/index.ts b/src/main/index.ts index c9bdd96ba..453b23f32 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -141,7 +141,7 @@ function bootsharp() { createWindow({ extraPath: `#${url.replace(DEEPLINK_SCHEME, "/")}`, width: width ?? 800, - height: height ?? 900, + height: height ?? 700, minWidth: 600, minHeight: 600, resizable,