Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Kelp GUI: add reload button in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed May 6, 2020
1 parent 61bbf65 commit 64807a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/server_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 64807a4

Please sign in to comment.