ags
This commit is contained in:
parent
214eefb894
commit
6d3e4abce0
1 changed files with 2 additions and 4 deletions
|
@ -131,10 +131,8 @@ function BatteryLabel() {
|
|||
visible: battery.bind("available"),
|
||||
children: [
|
||||
// Widget.Icon({ icon }),
|
||||
Widget.LevelBar({
|
||||
widthRequest: 140,
|
||||
vpack: "center",
|
||||
value,
|
||||
Widget.Label({
|
||||
label: value,
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue