Review of "Quick Settings Audio Panel" version 29

Details Page Preview

Create a new panel containing volumes and media control in the quick settings

Extension Homepage
https://github.com/Rayzeq/quick-settings-audio-panel

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

JustPerfection rejected
Line 35 extension.js should be moved to `enable()`. btw, you shouldn't store many timeouts like that. Remove the timeout before creating the new one. and use `idle_add()` since it's more suited there: https://gjs-docs.gnome.org/glib20~2.0/glib.idle_add the idle_add()'s source id should be removed like timeout though.