From dafb191661d88c3182b6571461df56687ec90cdd Mon Sep 17 00:00:00 2001
From: kotontrion <141950090+kotontrion@users.noreply.github.com>
Date: Sat, 21 Dec 2024 00:46:34 +0100
Subject: astal3 icon: use Gtk Image's GIcon (#187)
---
examples/js/simple-bar/widget/Bar.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'examples/js/simple-bar/widget/Bar.tsx')
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")}>
-
+
- ))}
+ )))}
}
--
cgit v1.2.3