Review of "RoGB" version 5

Details Page Preview

A GNOME extension to change ROGs' keyboard color.

Extension Homepage
https://github.com/Tejaromalius/RoGB

No comments.

Diff Against

Files

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

All Versions

Version Status
8 Active
7 Active
6 Rejected
5 Rejected
4 Rejected
3 Inactive
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Please remove line 106 `extension.js`. `lookupByUUID` is a bad practice. `this` is the extension object in the entry point. So you can do: ```js this._indicator = new Indicator(this); ```