made app start maximised

This commit is contained in:
2024-08-11 19:58:26 -04:00
parent 1b08918d8e
commit d644758253
2 changed files with 5 additions and 3 deletions

View File

@ -25,9 +25,9 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "AniTrack",
Width: 1024,
Height: 768,
Title: "AniTrack",
//Width: 1600,
//Height: 900,
AssetServer: &assetserver.Options{
Assets: assets,
},