diff --git a/cmd/server_amd64.go b/cmd/server_amd64.go index a8b6eb2a8..ab4efa5d5 100644 --- a/cmd/server_amd64.go +++ b/cmd/server_amd64.go @@ -578,6 +578,10 @@ func openElectron(trayIconPath *kelpos.OSPath, url string) { &astilectron.MenuItemOptions{ Label: astilectron.PtrStr("File"), SubMenu: []*astilectron.MenuItemOptions{ + &astilectron.MenuItemOptions{ + Label: astilectron.PtrStr("Reload"), + Role: astilectron.MenuItemRoleReload, + }, quitMenuItemOption, }, },