From bd3b0a337755e254ee9967a5abc6ff2d0250272c Mon Sep 17 00:00:00 2001 From: schreifuchs Date: Mon, 3 Mar 2025 13:52:58 +0100 Subject: [PATCH] fix app title --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 17171fd..d937fb4 100644 --- a/main.go +++ b/main.go @@ -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{