lmao
This commit is contained in:
parent
b56d98553c
commit
43595f33f3
1 changed files with 1 additions and 2 deletions
|
@ -132,13 +132,12 @@ function BatteryLabel() {
|
|||
children: [
|
||||
// Widget.Icon({ icon }),
|
||||
Widget.Label({
|
||||
label: battery.bind("precent").toString(),
|
||||
label: battery.bind('percent').as(x => x.toString()),
|
||||
}),
|
||||
],
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
function SysTray() {
|
||||
const items = systemtray.bind("items")
|
||||
.as(items => items.map(item => Widget.Button({
|
||||
|
|
Loading…
Reference in a new issue