Skip to content

Commit 60a8513

Browse files
committed
Make alwaysComputeHintables disabled by default
1 parent 63c4a3f commit 60a8513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/settings.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const defaultSettings = {
2121
hintsToggleHosts: new Map<string, boolean>(),
2222
hintsTogglePaths: new Map<string, boolean>(),
2323
hintsToggleTabs: new Map<number, boolean>(),
24-
alwaysComputeHintables: true,
24+
alwaysComputeHintables: false,
2525
enableNotifications: true,
2626
toastPosition: "top-center",
2727
toastTransition: "bounce",

0 commit comments

Comments
 (0)