Skip to content

Commit

Permalink
fix: default settings: nativeHighlight: true
Browse files Browse the repository at this point in the history
(resolves #748)
  • Loading branch information
mbnuqw committed Mar 24, 2024
1 parent 27d07f7 commit 5a6f05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaults/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const DEFAULT_SETTINGS: SettingsState = {
hideInact: false,
hideFoldedTabs: false,
hideFoldedParent: 'none',
nativeHighlight: false,
nativeHighlight: true,

// Bookmarks
warnOnMultiBookmarkDelete: 'collapsed',
Expand Down

0 comments on commit 5a6f05b

Please sign in to comment.