Support context menu data

Support StartHidden
This commit is contained in:
Lea Anthony
2020-12-18 15:50:25 +11:00
parent 34ac62e4ac
commit a8995c5377
23 changed files with 773 additions and 247 deletions

View File

@@ -10,5 +10,5 @@ type Options struct {
WindowBackgroundIsTranslucent bool
Menu *menu.Menu
Tray *menu.Menu
ContextMenus map[string]*menu.Menu
ContextMenus *menu.ContextMenus
}