Skip to content

Commit 6fd7ae5

Browse files
committed
chore: update gjs example
use camelCase to satisfy types
1 parent 82fd9e6 commit 6fd7ae5

File tree

1 file changed

+2
-2
lines changed
  • examples/js/simple-bar/widget

1 file changed

+2
-2
lines changed

examples/js/simple-bar/widget/Bar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function SysTray() {
1616
<menubutton
1717
tooltipMarkup={bind(item, "tooltipMarkup")}
1818
usePopover={false}
19-
actionGroup={bind(item, "action-group").as(ag => ["dbusmenu", ag])}
20-
menuModel={bind(item, "menu-model")}>
19+
actionGroup={bind(item, "actionGroup").as(ag => ["dbusmenu", ag])}
20+
menuModel={bind(item, "menuModel")}>
2121
<icon gicon={bind(item, "gicon")} />
2222
</menubutton>
2323
)))}

0 commit comments

Comments
 (0)