This commit is contained in:
2022-02-14 20:51:44 +00:00
parent 060cd88542
commit 698cf12161
2 changed files with 34 additions and 47 deletions

View File

@@ -295,14 +295,6 @@ function generateMenu(vm) {
}
menuOptions.menuItems.push({ divider: true, inset: false });
if (window.$gz.dev) {
menuOptions.menuItems.push({
title: "DEV HIDE ALL",
icon: "$ayiMagic",
key: FORM_KEY + ":DEVHIDEALL",
vm: vm
});
}
//Extra link to it here so people can stumble their way onto it
//plus it's related to this form and people think Customize for the whole shebang
menuOptions.menuItems.push({