diff options
author | Wolfgang Müller | 2025-02-20 15:24:42 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-20 19:51:39 +0100 |
commit | 8e9aa5f6286a15c818a47344fc80964f5288bb52 (patch) | |
tree | b3ef187daff345eeb918ab07900cc1c4185c53e4 /docs/usage/shortcuts.rst | |
parent | c6bf35aea63969b90463d6e70cb02ed61e4e3270 (diff) | |
download | hircine-8e9aa5f6286a15c818a47344fc80964f5288bb52.tar.gz |
frontend: Allow filtering for orphaned associations
With the association count filters in place we may now also allow the
user to filter for associations that do not have a matching counterparts
(artists without a comic, for example).
Diffstat (limited to '')
-rw-r--r-- | docs/usage/shortcuts.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/usage/shortcuts.rst b/docs/usage/shortcuts.rst index 6465f28..38ecc41 100644 --- a/docs/usage/shortcuts.rst +++ b/docs/usage/shortcuts.rst @@ -98,6 +98,8 @@ Filtering - Toggle bookmarked. * - ``o`` - Toggle organized. + * - ``r`` + - Toggle orphaned. .. _shortcut-misc: |