Support Text label tray

This commit is contained in:
Lea Anthony
2020-12-22 18:08:38 +11:00
parent e414eda151
commit 16b872352d
18 changed files with 135 additions and 49 deletions

View File

@@ -9,6 +9,6 @@ type Options struct {
WebviewIsTransparent bool
WindowBackgroundIsTranslucent bool
Menu *menu.Menu
Tray *menu.Menu
Tray *menu.TrayOptions
ContextMenus *menu.ContextMenus
}