summaryrefslogtreecommitdiff
path: root/examples/js
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-12-21 00:46:34 +0100
committerGitHub <[email protected]>2024-12-21 00:46:34 +0100
commitdafb191661d88c3182b6571461df56687ec90cdd (patch)
tree58bbf1f3018feea055ac84b44a1a27387465c548 /examples/js
parentd7d11b341db85ce9768fa06b6f225d713621ec56 (diff)
astal3 icon: use Gtk Image's GIcon (#187)
Diffstat (limited to 'examples/js')
-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>
}