This commit is contained in:
josc146
2023-12-14 14:13:12 +08:00
parent e0bf44d82f
commit 01c95f5bc4
2 changed files with 2 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ func main() {
err = wails.Run(&options.App{
Title: "RWKV-Runner",
Width: 1024,
Height: 680,
Height: 700,
MinWidth: 375,
MinHeight: 640,
EnableDefaultContextMenu: true,