diff --git a/src/script/popup.ts b/src/script/popup.ts index 8ca0711a..a4b469fe 100644 --- a/src/script/popup.ts +++ b/src/script/popup.ts @@ -267,7 +267,8 @@ export default class Popup { get isDisconnected() { return ( - !this.webFilterActive + false // Disable for now because its not stable and can break when toggling + && !this.webFilterActive && !this.disabledTab && !this.isRestrictedPage && !this.domain.disabled