ags: sync

This commit is contained in:
end-4
2024-01-22 22:16:02 +07:00
parent 5cae087bdb
commit 502abe7648
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ const BarBattery = () => Box({
transitionDuration: 150,
revealChild: false,
transition: 'slide_right',
child: MaterialIcon('bolt', 'norm'),
child: MaterialIcon('bolt', 'norm', {tooltipText: "Charging"}),
setup: (self) => self.hook(Battery, revealer => {
self.revealChild = Battery.charging;
}),