mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Use category info that has colors when building menu blocks
This commit is contained in:
parent
e2ac6947af
commit
c1ba902ebb
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ class Runtime extends EventEmitter {
|
|||
for (const menuName in extensionInfo.menus) {
|
||||
if (extensionInfo.menus.hasOwnProperty(menuName)) {
|
||||
const menuItems = extensionInfo.menus[menuName];
|
||||
const convertedMenu = this._buildMenuForScratchBlocks(menuName, menuItems, extensionInfo);
|
||||
const convertedMenu = this._buildMenuForScratchBlocks(menuName, menuItems, categoryInfo);
|
||||
categoryInfo.menus.push(convertedMenu);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue