We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fd9e6 commit 6fd7ae5Copy full SHA for 6fd7ae5
examples/js/simple-bar/widget/Bar.tsx
@@ -16,8 +16,8 @@ function SysTray() {
16
<menubutton
17
tooltipMarkup={bind(item, "tooltipMarkup")}
18
usePopover={false}
19
- actionGroup={bind(item, "action-group").as(ag => ["dbusmenu", ag])}
20
- menuModel={bind(item, "menu-model")}>
+ actionGroup={bind(item, "actionGroup").as(ag => ["dbusmenu", ag])}
+ menuModel={bind(item, "menuModel")}>
21
<icon gicon={bind(item, "gicon")} />
22
</menubutton>
23
)))}
0 commit comments