From 6fd7ae514af36ff9baf1209a2eeebd3a26cf94ce Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 12 Jan 2025 14:09:44 +0100 Subject: chore: update gjs example use camelCase to satisfy types --- 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 b08ea27..6592f6a 100644 --- a/examples/js/simple-bar/widget/Bar.tsx +++ b/examples/js/simple-bar/widget/Bar.tsx @@ -16,8 +16,8 @@ function SysTray() { ["dbusmenu", ag])} - menuModel={bind(item, "menu-model")}> + actionGroup={bind(item, "actionGroup").as(ag => ["dbusmenu", ag])} + menuModel={bind(item, "menuModel")}> )))} -- cgit v1.2.3