Skip to content

Commit

Permalink
feat: set default unreadOnly to true
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Nov 9, 2024
1 parent ca6428f commit 8c8c765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/atoms/settings/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const createDefaultSettings = (): GeneralSettings => ({
reduceRefetch: true,

// view
unreadOnly: false,
unreadOnly: true,
// mark unread
scrollMarkUnread: true,
hoverMarkUnread: true,
Expand Down

0 comments on commit 8c8c765

Please sign in to comment.