hmm delciious
This commit is contained in:
parent
1d789a6449
commit
e159075705
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function Volume() {
|
|||
|
||||
|
||||
function BatteryLabel() {
|
||||
const value = battery.bind("percent").as(p => p > 0 ? p / 100 : 0)
|
||||
const value = battery.bind("percent");
|
||||
// const icon = battery.bind("percent").as(p =>
|
||||
// `battery-level-${Math.floor(p / 10) * 10}-symbolic`)
|
||||
|
||||
|
|
Loading…
Reference in a new issue