refactor: resize setting window size

This commit is contained in:
2026-06-11 17:07:56 +08:00
parent 952f1497c8
commit be8dce7135
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ func main() {
err := wails.Run(&options.App{
Title: "SnapGo",
Width: 900,
Height: 640,
Width: 1080,
Height: 720,
MinWidth: 720,
MinHeight: 520,
AssetServer: &assetserver.Options{