Support custom protocols

This commit is contained in:
Lea Anthony
2021-02-28 22:08:23 +11:00
parent 2d1b2c0947
commit b4c669ff86
8 changed files with 179 additions and 2 deletions

View File

@@ -20,4 +20,5 @@ type Options struct {
TrayMenus []*menu.TrayMenu
ContextMenus []*menu.ContextMenu
ActivationPolicy ActivationPolicy
URLHandlers map[string]func(string)
}