mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-10 11:05:07 -05:00
add menu item to reset the icon
TODO: might be interesting to add a mouse click handler also.
This commit is contained in:
parent
13a76686f6
commit
9b124d237f
@ -36,6 +36,7 @@ firetray.PopupMenu = {
|
||||
}
|
||||
|
||||
if (firetray.Handler.inMailApp) {
|
||||
this.addItem("ResetIcon", "gtk-apply", "activate", firetray.Handler.setIconImageDefault);
|
||||
this.addItem("NewMessage", "gtk-edit", "activate", firetray.Handler.openMailMessage);
|
||||
addMenuSeparator = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user