This commit is contained in:
SteVen Batten
2018-07-27 17:01:26 -07:00
parent f3ef439d3c
commit 56e21e2873

View File

@@ -489,6 +489,8 @@ export class Menubar {
// Store the keybinding
if (item.keybinding) {
this.keybindings[item.id] = item.keybinding;
} else if (this.keybindings[item.id]) {
this.keybindings[item.id] = undefined;
}
const menuItem = this.createMenuItem(item.label, item.id, item.enabled, item.checked);