We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c4a3f commit 60a8513Copy full SHA for 60a8513
src/common/settings.ts
@@ -21,7 +21,7 @@ export const defaultSettings = {
21
hintsToggleHosts: new Map<string, boolean>(),
22
hintsTogglePaths: new Map<string, boolean>(),
23
hintsToggleTabs: new Map<number, boolean>(),
24
- alwaysComputeHintables: true,
+ alwaysComputeHintables: false,
25
enableNotifications: true,
26
toastPosition: "top-center",
27
toastTransition: "bounce",
0 commit comments