diff --git a/extension.js b/extension.js index cdd43f6..17ed1e4 100644 --- a/extension.js +++ b/extension.js @@ -308,4 +308,5 @@ function disable() { function destroy () { _vpnIndicator.destroy(); + _vpnIndicator = null; }