fix: swap show all and unread only copy, fixed #307
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
16b91f9a7d
commit
2b366d1e28
|
|
@ -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)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue