Skip to content

Commit 124b9de

Browse files
committed
Select new search engine by default
1 parent ec8a16f commit 124b9de

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 4.1.1
4+
5+
- Add Content-Security-Policy for options page
6+
- Select new search engine by default
7+
38
## 4.1.0
49

510
- Add option to show 'Open All' as the first item

source/options/stores/options-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const addProvider = () =>
1919
name: '',
2020
icon: 'icons/other.png',
2121
url: '',
22-
selected: false,
22+
selected: true,
2323
},
2424
],
2525
}));

0 commit comments

Comments
 (0)