fix(agsV2): update battery icon properly
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-27 22:15:08 -04:00
parent cb617cbb91
commit b8c774d44f

View file

@ -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());
}}
/>