Added the application logo (#12)

Added the application logo.
This commit was merged in pull request #12.
This commit is contained in:
2024-07-07 16:34:44 +00:00
parent d6dc8405dd
commit b33df4b447
12 changed files with 46 additions and 8 deletions

View File

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