chore: set initial window state to normal and update project metadata
Build and Upload Binaries / build-and-upload (push) Successful in 1m1s

This commit is contained in:
2026-06-09 13:26:13 +01:00
parent 7e840e03ac
commit 1490e2e02b
2 changed files with 9 additions and 5 deletions
+4 -3
View File
@@ -84,9 +84,10 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "GoExplore",
Width: 1024,
Height: 768,
Title: "GoExplore",
Width: 1024,
Height: 768,
WindowStartState: options.Normal,
AssetServer: &assetserver.Options{
Assets: assets,
},