Preliminary Tray support

This commit is contained in:
Lea Anthony
2020-12-06 21:05:21 +11:00
parent 65bea04080
commit 11bf564b73
7 changed files with 499 additions and 83 deletions

View File

@@ -9,4 +9,5 @@ type Options struct {
WebviewIsTransparent bool
WindowBackgroundIsTranslucent bool
Menu *menu.Menu
Tray *menu.Menu
}