fix: swap show all and unread only copy, fixed #307

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-09-09 15:56:52 +08:00
parent 16b91f9a7d
commit 2b366d1e28
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export const EntryListHeader: FC<{
)
) : null}
<ActionButton
tooltip={unreadOnly ? "Show unread Only" : "Show all"}
tooltip={!unreadOnly ? "Show unread Only" : "Show all"}
shortcut={shortcuts.entries.toggleUnreadOnly.key}
onClick={() => setGeneralSetting("unreadOnly", !unreadOnly)}
>