Skip to content

Commit

Permalink
⚗️ Disable Popup.isDisconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfrost committed Mar 20, 2024
1 parent 4142b81 commit 11dca04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/script/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11dca04

Please sign in to comment.