Clean up project

This commit is contained in:
2024-12-28 23:48:49 +01:00
parent 811f92ed03
commit 878cb17967
9 changed files with 50 additions and 25 deletions

View File

@@ -17,9 +17,9 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "wails-template",
Width: 1024,
Height: 768,
Title: "BIGLAMPER",
Width: 600,
Height: 350,
AssetServer: &assetserver.Options{
Assets: assets,
},