fix app title
All checks were successful
build / windows (push) Successful in 2m20s
build / linux (push) Successful in 1m54s

This commit is contained in:
schreifuchs 2025-03-03 13:52:58 +01:00
parent 1a82a75aaf
commit bd3b0a3377

View File

@ -21,7 +21,7 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "wails-svelte-tailwind-ts",
Title: "wails-template",
Width: 1024,
Height: 768,
AssetServer: &assetserver.Options{