Review of "Internet Speed Meter" version 7

Details Page Preview

Simple and minimal internet speed meter extension for the Gnome Shell

Extension Homepage
https://github.com/AlShakib/InternetSpeedMeter

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

Al Shakib auto- active
JustPerfection posted a review
I'm not going to reject this one since it was auto approved but you need to fix these for the next version: 1. Please move everything from init to enable. You cannot create objects in init() function: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. Also do these on disable: if (netSpeed) { netSpeed.destroy(); netSpeed = null; } if (container) { container.destroy(); container = null; }