This commit is contained in:
2025-01-12 00:28:00 +01:00
parent a1a6b272ea
commit 071b9cf69b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>wails-template</title> <title>Yggdrasil</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@@ -98,7 +98,7 @@ func main() {
app := NewApp() app := NewApp()
err = wails.Run(&options.App{ err = wails.Run(&options.App{
Title: "wails-template", Title: "Yggdrasil",
Width: 800, Width: 800,
Height: 600, Height: 600,
AssetServer: &assetserver.Options{ AssetServer: &assetserver.Options{