mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:41:02 +02:00
Move Debug defaultscripts.js to Scripting menu
This commit is contained in:
parent
9267919d7f
commit
7bc860cbc9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var DEFAULT_SCRIPTS_SEPARATE = [
|
||||||
];
|
];
|
||||||
|
|
||||||
// add a menu item for debugging
|
// add a menu item for debugging
|
||||||
var MENU_CATEGORY = "Developer";
|
var MENU_CATEGORY = "Developer > Scripting";
|
||||||
var MENU_ITEM = "Debug defaultScripts.js";
|
var MENU_ITEM = "Debug defaultScripts.js";
|
||||||
|
|
||||||
var SETTINGS_KEY = '_debugDefaultScriptsIsChecked';
|
var SETTINGS_KEY = '_debugDefaultScriptsIsChecked';
|
||||||
|
|
Loading…
Reference in a new issue