Skip to content

Commit

Permalink
feat: enable hover mark as unread in general settings
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 5, 2024
1 parent 246efa2 commit 7c7ce1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/atoms/settings/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const createDefaultSettings = () => ({
unreadOnly: false,
// mark unread
scrollMarkUnread: true,
hoverMarkUnread: false,
hoverMarkUnread: true,
renderMarkUnread: true,
})
export const {
Expand Down

0 comments on commit 7c7ce1a

Please sign in to comment.