diff options
author | kotontrion <[email protected]> | 2024-12-21 00:46:34 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-21 00:46:34 +0100 |
commit | dafb191661d88c3182b6571461df56687ec90cdd (patch) | |
tree | 58bbf1f3018feea055ac84b44a1a27387465c548 /examples/js/simple-bar/widget/Bar.tsx | |
parent | d7d11b341db85ce9768fa06b6f225d713621ec56 (diff) |
astal3 icon: use Gtk Image's GIcon (#187)
Diffstat (limited to 'examples/js/simple-bar/widget/Bar.tsx')
-rw-r--r-- | examples/js/simple-bar/widget/Bar.tsx | 4 |
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> } |