multimonitor for osk

This commit is contained in:
end-4
2024-04-05 17:36:22 +07:00
parent f1c3c27e7e
commit f8d84d6068
9 changed files with 22 additions and 34 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const SysTrayItem = (item) => Button({
className: 'bar-systray-item',
child: Icon({
hpack: 'center',
icon: item.icon,
icon: `${item.icon}`,
setup: (self) => self.hook(item, (self) => self.icon = item.icon),
}),
setup: (self) => self