Skip to content

Commit

Permalink
force codex by default
Browse files Browse the repository at this point in the history
  • Loading branch information
auburnsummer committed Dec 23, 2023
1 parent cd4dd85 commit 033f8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const preferences = {
'row view': makePreferenceAtom('row view', false, 1),
'search as you type': makePreferenceAtom('search as you type', false, 1),
'exact search': makePreferenceAtom('exact search', false, 1),
'force codex urls': makePreferenceAtom('force codex urls', false, 1)
'force codex urls': makePreferenceAtom('force codex urls', true, 2)
} as const;

type Preferences = typeof preferences;
Expand Down

0 comments on commit 033f8ad

Please sign in to comment.