fix(agsV2): update battery icon properly
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
cb617cbb91
commit
b8c774d44f
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ export default () => (
|
|||
update();
|
||||
|
||||
Battery.connect('notify::percentage', () => update());
|
||||
Battery.connect('notify::icon-name', () => update());
|
||||
Battery.connect('notify::battery-icon-name', () => update());
|
||||
}}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue