We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e0f28 commit a3f1f5eCopy full SHA for a3f1f5e
src/hooks/useSettings.ts
@@ -4,7 +4,7 @@ import { Settings } from '../types';
4
const DEFAULT_SETTINGS: Settings = {
5
autoScroll: true,
6
soundEnabled: true,
7
- scrollIndicator: true,
+ scrollIndicator: false,
8
profanityFilter: true,
9
};
10
0 commit comments