Skip to content

Commit

Permalink
U: tray icn
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangli10 committed Dec 6, 2023
1 parent 139eb03 commit 9af3320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tray/lcltray/lcltray.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func trayDemo(browserWindow cef.IBrowserWindow) {
if common.IsLinux() {
newTray.SetIconFS("resources/icon.png")
} else {
newTray.SetIconFS("resources/icon.ico")
newTray.SetIconFS("resources/icon_menu.ico")
}
tray := newTray.AsLCLTray()
menu1 := tray.AddMenuItem("父菜单", nil)
Expand Down

0 comments on commit 9af3320

Please sign in to comment.