mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 08:26:36 +02:00
Change standard grabbable setting to false
This commit is contained in:
parent
8846e0e517
commit
dd9728a09f
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ function setupModelMenus() {
|
||||||
menuItemName: MENU_CREATE_ENTITIES_GRABBABLE,
|
menuItemName: MENU_CREATE_ENTITIES_GRABBABLE,
|
||||||
afterItem: "Unparent Entity",
|
afterItem: "Unparent Entity",
|
||||||
isCheckable: true,
|
isCheckable: true,
|
||||||
isChecked: Settings.getValue(SETTING_EDIT_PREFIX + MENU_CREATE_ENTITIES_GRABBABLE, true)
|
isChecked: Settings.getValue(SETTING_EDIT_PREFIX + MENU_CREATE_ENTITIES_GRABBABLE, false)
|
||||||
});
|
});
|
||||||
|
|
||||||
Menu.addMenuItem({
|
Menu.addMenuItem({
|
||||||
|
|
Loading…
Reference in a new issue