mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +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
|
||||
var MENU_CATEGORY = "Developer";
|
||||
var MENU_CATEGORY = "Developer > Scripting";
|
||||
var MENU_ITEM = "Debug defaultScripts.js";
|
||||
|
||||
var SETTINGS_KEY = '_debugDefaultScriptsIsChecked';
|
||||
|
|
Loading…
Reference in a new issue