Review of "BigAvatar" version 1

Details Page Preview

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


No comments.

FAQ

Files

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

All Versions

Version Status
3 Active
2 Active
1 Waiting for author

Previous Reviews on this Version

db0x posted a review
db0x posted a review
andyholmes waiting for author
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.