Skip to content

Commit a3f1f5e

Browse files
committed
chore: update default settings
1 parent a0e0f28 commit a3f1f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Settings } from '../types';
44
const DEFAULT_SETTINGS: Settings = {
55
autoScroll: true,
66
soundEnabled: true,
7-
scrollIndicator: true,
7+
scrollIndicator: false,
88
profanityFilter: true,
99
};
1010

0 commit comments

Comments
 (0)