Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit e946515

Browse files
trickyprFushra Bot
authored andcommitted
🔀 Backport changes from beta to alpha
1 parent e5414bc commit e946515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/browser/components/welcome/welcome.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class EngineStore {
6565
}
6666

6767
async setDefaultEngine(engine) {
68-
await Services.search.setDefault(engine)
68+
await Services.search.setDefault(engine, Ci.nsISearchService.CHANGE_REASON_USER)
6969
}
7070
}
7171

0 commit comments

Comments
 (0)