Review of "RunCat" version 25

Details Page Preview

The cat tells you the CPU usage by running speed

Extension Homepage
https://github.com/win0err/gnome-runcat

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

Previous Reviews on this Version

JustPerfection active
Thanks!
JustPerfection posted a review
I missed line 70 indicator.js. That's not a good practice. For `RunCatIndicator` you can simply use: ```js constructor(extension) { super(null) this.#extension = extension ``` and you can pass `this` when you create the instance. Please fix it for the next version.
Sergei Kolesnikov posted a review
@Just Perfection: sure, no problem. Thanks!