mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Rename menu ids to be logically consistent
This commit is contained in:
@@ -62,7 +62,7 @@ RED.keyboard = (function() {
|
||||
var dialog = null;
|
||||
|
||||
function showKeyboardHelp() {
|
||||
if (!RED.settings.theme("menu.btn-keyboard-shortcuts",true)) {
|
||||
if (!RED.settings.theme("menu.menu-item-keyboard-shortcuts",true)) {
|
||||
return;
|
||||
}
|
||||
if (!dialog) {
|
||||
|
||||
Reference in New Issue
Block a user