mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 20:53:54 +02:00
Merge pull request #344 from jug007/grabbable
Disable "grabbable" property by default
This commit is contained in:
commit
9c96136312
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ function setupModelMenus() {
|
|||
menuItemName: MENU_CREATE_ENTITIES_GRABBABLE,
|
||||
afterItem: "Unparent Entity",
|
||||
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({
|
||||
|
|
Loading…
Reference in a new issue