Fix Developer menu when debug plugin is not loaded

pull/223/head
Lennart Kats 2015-11-29 14:58:14 +00:00
rodzic 16f08ff356
commit e4fa9dd60e
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -154,6 +154,9 @@ define(function(require, exports, module) {
}
}, plugin);
menus.addItemByPath("Tools/~", new ui.divider(), 100000, plugin);
menus.addItemByPath("Tools/Developer", null, 100100, plugin);
menus.addItemByPath("Tools/Developer/Reload Built-in Plugin...", new ui.item({
command: "reloadPlugin"
}), 1100, plugin);