chore: set initial window state to normal and update project metadata
Build and Upload Binaries / build-and-upload (push) Successful in 1m1s
Build and Upload Binaries / build-and-upload (push) Successful in 1m1s
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user