Review of "Quick Settings Audio Panel" version 65

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.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

JustPerfection rejected
Before line 151 and 153 `libs/widgets.js` you should do: ```js if (this._setup_timeout) { clearTimeout(this._setup_timeout); } ```
Rayzeq posted a review
Whoops, I published version 66 without seeing this. Although before line 151 and 153, we're inside the call stack generated by the current `this._setup_timeout`, so it won't have any effect.
JustPerfection posted a review
You should remove the timeout before creating the new one since they are storing the id in the same property name.