Skip to content

Commit

Permalink
Remove waitlist button state.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Apr 12, 2024
1 parent a9637fc commit d2b0660
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,6 @@ final class NetworkProtectionNavBarButtonModel: NSObject, ObservableObject {
guard [.normal, .integrationTests].contains(NSApp.runType) else { return NSImage() }
#endif

if NetworkProtectionWaitlist().readyToAcceptTermsAndConditions {
return .networkProtectionAvailableButton
}

if NetworkProtectionKeychainTokenStore().isFeatureActivated {
return .image(for: icon)!
}

return .image(for: icon)!
}

Expand Down

0 comments on commit d2b0660

Please sign in to comment.