Skip to content

Commit

Permalink
Merge release/1.79.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Mar 14, 2024
2 parents ddf96bf + 8e869b9 commit 99b49b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 141
CURRENT_PROJECT_VERSION = 142
4 changes: 0 additions & 4 deletions DuckDuckGo/NavigationBar/View/MoreOptionsMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,11 @@ final class MoreOptionsMenu: NSMenu {

#if DBP
@objc func openDataBrokerProtection(_ sender: NSMenuItem) {
#if SUBSCRIPTION
actionDelegate?.optionsButtonMenuRequestedDataBrokerProtection(self)
#else
if !DefaultDataBrokerProtectionFeatureVisibility.bypassWaitlist && DataBrokerProtectionWaitlistViewControllerPresenter.shouldPresentWaitlist() {
DataBrokerProtectionWaitlistViewControllerPresenter.show()
} else {
actionDelegate?.optionsButtonMenuRequestedDataBrokerProtection(self)
}
#endif
}
#endif // DBP

Expand Down

0 comments on commit 99b49b2

Please sign in to comment.