Add some sort of display

This commit is contained in:
2025-01-11 21:48:37 +01:00
parent a45e3a5d87
commit c975aee3cb
5 changed files with 66 additions and 27 deletions

View File

@@ -75,8 +75,8 @@ func main() {
err = wails.Run(&options.App{
Title: "wails-template",
Width: 1024,
Height: 768,
Width: 700,
Height: 700,
AssetServer: &assetserver.Options{
Assets: assets,
},