mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 20:58:30 +02:00
workaround for Script.resolvePath() bug
This commit is contained in:
parent
a1ae9eebf2
commit
b1d472c9ba
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if (Menu.menuExists(MENU_CATEGORY) && !Menu.menuItemExists(MENU_CATEGORY, MENU_I
|
|||
menuName: MENU_CATEGORY,
|
||||
menuItemName: MENU_ITEM,
|
||||
isCheckable: true,
|
||||
isChecked: false,
|
||||
isChecked: true, // temporary WORKAROUND for Scripts.resolvePath() bug
|
||||
grouping: "Advanced"
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue