File tree Expand file tree Collapse file tree 3 files changed +269
-263
lines changed
Expand file tree Collapse file tree 3 files changed +269
-263
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,7 @@ function getStyle(isIcon = false) {
116116}
117117
118118function byteArrayToString ( bytes ) {
119- if ( global . TextDecoder ) {
120- return new TextDecoder ( ) . decode ( bytes ) ;
121- }
122-
123- return imports . byteArray . toString ( bytes ) ;
119+ return new TextDecoder ( ) . decode ( bytes ) ;
124120}
125121
126122function initNsLabels ( ) {
@@ -405,6 +401,15 @@ export default class NetSpeedSimplifiedExtension extends Extension {
405401 disable ( ) {
406402 currentSettings = null ;
407403 settings = null ;
404+
405+ usLabel = null ;
406+ dsLabel = null ;
407+ tsLabel = null ;
408+ tdLabel = null ;
409+ usIcon = null ;
410+ dsIcon = null ;
411+ tsIcon = null ;
412+ tdIcon = null ;
408413
409414 GLib . source_remove ( timeout ) ;
410415 nsDestroy ( ) ;
Original file line number Diff line number Diff line change 77 ],
88 "url" : " https://github.com/prateekmedia/netspeedsimplified" ,
9910- "version" : 40
10+ "version" : 41
1111}
You can’t perform that action at this time.
0 commit comments