This commit is contained in:
2024-07-25 09:37:18 +08:00
parent 7a62e7718e
commit 97b18d8c5c
6 changed files with 60 additions and 3 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "MacFastLookup",
Width: 450,
Height: 350,
Width: 540,
Height: 375,
AssetServer: &assetserver.Options{
Assets: assets,
},