Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Oct 18, 2024
1 parent 900d786 commit f425cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"branch" : "pr-releases/pr-1059",
"revision" : "466f091ab08f859ddf40685b7b78cff8c87ad0d9"
"revision" : "5156cce3b54ee55efb9e28a66ff831840b2ab82d"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions DuckDuckGo/Onboarding/OnboardingActionsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ final class OnboardingActionsManager: OnboardingActionsManaging {
var order = "v3"
let platform = OnboardingPlatform(name: "macos")
#if APPSTORE
systemSettings = SystemSettings(rows: ["import", "default-browser"])
systemSettings = SystemSettings(rows: ["import"])
#else
systemSettings = SystemSettings(rows: ["dock", "import", "default-browser"])
systemSettings = SystemSettings(rows: ["dock", "import"])
#endif
let stepDefinitions = StepDefinitions(systemSettings: systemSettings)
let preferredLocale = Bundle.main.preferredLocalizations.first ?? "en"
Expand Down

0 comments on commit f425cd4

Please sign in to comment.