diff --git a/v3/examples/systray/main.go b/v3/examples/systray/main.go index cf57606ec..dd2184b44 100644 --- a/v3/examples/systray/main.go +++ b/v3/examples/systray/main.go @@ -13,6 +13,7 @@ func main() { app := application.New(application.Options{ Name: "Systray Demo", Description: "A demo of the Systray API", + Assets: application.AlphaAssets, Mac: application.MacOptions{ ActivationPolicy: application.ActivationPolicyAccessory, }, @@ -26,7 +27,6 @@ func main() { Frameless: true, AlwaysOnTop: true, Hidden: true, - HTML: "

This window should be centered to the icon!

F12 should open the menu

", ShouldClose: func(window *application.WebviewWindow) bool { window.Hide() return false