Review of "Add Username to Top Panel" version 4

Details Page Preview

Simply add your display name to the top panel Quick Settings menu in GNOME Shell.

Extension Homepage
https://github.com/brendaw/add-username-toppanel

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

brendaw auto- active
JustPerfection posted a review
1. You cannot create objects in init(). Please move everything from init to enable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. You should also do this on disable: if (label) { label.destroy(); label = null; } If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions