Skip to content

Commit 96f7ff7

Browse files
authored
Add event category to robot as well (#125)
1 parent 2d7dc65 commit 96f7ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/toolbox/toolbox_robot.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as common from './toolbox_common'
22
import {category as hardwareCategory} from './hardware_category';
3+
import {category as eventCategory} from './event_category';
34

45
export function getToolboxJSON(
56
shownPythonToolboxCategories: Set<string> | null) {
@@ -8,6 +9,7 @@
89
kind: 'categoryToolbox',
910
contents: [
1011
hardwareCategory,
12+
eventCategory,
1113
{ kind: 'sep' },
1214
...common.getToolboxItems(shownPythonToolboxCategories)
1315
]

0 commit comments

Comments
 (0)