summaryrefslogtreecommitdiff
path: root/examples/js/simple-bar/widget/Bar.tsx
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-12-24 21:38:12 +0100
committerAylur <[email protected]>2024-12-24 21:38:12 +0100
commit22ab42c2bb5532064d704931729ddba089dd7276 (patch)
tree6dcf003fd140f2023210b8554d08af34b0b9586c /examples/js/simple-bar/widget/Bar.tsx
parent27544705dfe77b50f919a166f06d5b96560dd2fd (diff)
parent3468763d51d389c67ec7b1a390ffa8a5328bddb6 (diff)
Merge branch 'main' into feat/jsx-gtk4
Diffstat (limited to 'examples/js/simple-bar/widget/Bar.tsx')
-rw-r--r--examples/js/simple-bar/widget/Bar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/js/simple-bar/widget/Bar.tsx b/examples/js/simple-bar/widget/Bar.tsx
index 54a14b0..c109aec 100644
--- a/examples/js/simple-bar/widget/Bar.tsx
+++ b/examples/js/simple-bar/widget/Bar.tsx
@@ -18,9 +18,9 @@ function SysTray() {
usePopover={false}
actionGroup={bind(item, "action-group").as(ag => ["dbusmenu", ag])}
menuModel={bind(item, "menu-model")}>
- <icon gIcon={bind(item, "gicon")} />
+ <icon gicon={bind(item, "gicon")} />
</menubutton>
- ))}
+ )))}
</box>
}