Skip to content

Commit

Permalink
Merge release/1.121.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Jan 9, 2025
2 parents 7e20083 + 3553071 commit 66b3675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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 = 338
CURRENT_PROJECT_VERSION = 339
5 changes: 2 additions & 3 deletions DuckDuckGo/Tab/Model/Tab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,8 @@ protocol NewWindowPolicyDecisionMaker {
return
}
#endif

if PixelExperiment.cohort == .newOnboarding {
setContent(.onboarding)
if #available(macOS 13, *) {
setContent(PixelExperiment.cohort == .newOnboarding ? .onboarding : .onboardingDeprecated)
} else {
setContent(.onboardingDeprecated)
}
Expand Down

0 comments on commit 66b3675

Please sign in to comment.