Show IP addresses for LAN, WAN IPv6 and VPN in the GNOME panel. Click on the address to cycle trough different interfaces.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
13 | Rejected |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Inactive |
3 | Active |
2 | Active |
1 | Rejected |
Please read the version 3 review. Also remove logs and null out `_indicator` in disable.
Thank you for the review. What do you mean by "null out `_indicator`"?
I mean: ```js function disable() { _indicator.stop(); _indicator.destroy(); _indicator = null; // < this line } ``` That's because we don't want to hold `_indicator` in global scope after disable.
I've made the changes in a new version
Thanks! Please also fix the issues from the version 3 review.