disable defaultScripts.js debugging by default

This commit is contained in:
Andrew Meadows 2016-08-29 17:15:01 -07:00
parent b50d24fb00
commit 99acc9045d

View file

@ -44,7 +44,7 @@ if (Menu.menuExists(MENU_CATEGORY) && !Menu.menuItemExists(MENU_CATEGORY, MENU_I
menuName: MENU_CATEGORY,
menuItemName: MENU_ITEM,
isCheckable: true,
isChecked: true, // temporary WORKAROUND for Scripts.resolvePath() bug
isChecked: false,
grouping: "Advanced"
});
}