Skip to content

Commit 7b537b7

Browse files
committed
Set openInBackground to false by default to not disrupt update from earlier version
1 parent 1663725 commit 7b537b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/default-options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openInBackground": true,
2+
"openInBackground": false,
33
"openTabAt": "right",
44
"showOpenAll": true,
55
"searchAllByDefault": false,

0 commit comments

Comments
 (0)