Skip to content

Commit

Permalink
settings: update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Nov 13, 2024
1 parent a21092a commit ad973d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/features/settings/custom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export function custom(s: SettingsState): SettingsState {
s.appearance.voting.voteDisplayMode = "separate";
s.general.comments.sort = "Top";
s.general.enableHapticFeedback = false;
s.general.posts.autoHideRead = true;
s.general.posts.showHideReadButton = true;
s.general.posts.sort = "TopDay";
s.general.posts.upvoteOnSave = true;
return s;
}

0 comments on commit ad973d8

Please sign in to comment.