Review of "User id in top panel" version 1

Details Page Preview

Add ( user name :: user id @ host ) in top panel. Click to access users panel in control center.


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
14 Active
13 Active
12 Active
11 Rejected
10 Active
9 Active
8 Active
7 Active
6 Active
5 Active
4 Rejected
3 Active
2 Active
1 Active

Previous Reviews on this Version

andyholmes active
Please don't create objects in `init()`. This should only be done in `enable()` and object should be destroyed in `disable()`. Creating object in `init()` prevents the garbage collector from ever being able to free the memory, even if your extension is disabled or uninstalled.
fthx posted a review
Ok thanks ! v2 is uploaded now.