Skip to content

Commit

Permalink
Merge branch 'release/1.122.0' into sam/release-pr-rename-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Jan 16, 2025
2 parents 89117d3 + 7fb3c16 commit 6ea36dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions DuckDuckGo/Tab/Model/Tab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -795,11 +795,7 @@ protocol NewWindowPolicyDecisionMaker {
return
}
#endif
if #available(macOS 13, *) {
setContent(PixelExperiment.cohort == .newOnboarding ? .onboarding : .onboardingDeprecated)
} else {
setContent(.onboardingDeprecated)
}
setContent(PixelExperiment.cohort == .newOnboarding ? .onboarding : .onboardingDeprecated)
}

@MainActor(unsafe)
Expand Down

0 comments on commit 6ea36dc

Please sign in to comment.