fix: default extra window size

This commit is contained in:
DIYgod 2024-09-13 13:04:17 +08:00
parent 9088aea651
commit 5688eff6a7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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,