Create a new panel containing volumes and media control in the quick settings
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Before line 151 and 153 `libs/widgets.js` you should do: ```js if (this._setup_timeout) { clearTimeout(this._setup_timeout); } ```
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.
You should remove the timeout before creating the new one since they are storing the id in the same property name.