Display big avatar in system-menu source: https://github.com/db0x/bigavatar-db0x.de update on github : * works with gnome 3.36 * onClick opens accounts in gnome-prefs
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Your extension is mostly okay, however it's required that you revert all changes made in `enable()` when `disable()` is called. In this case `this._menuOpenStateChangedId` needs to be disconnected, otherwise the callback will attempt to access the finalized `iconMenuItem` even after the extension is disabled.