diff options
author | pacien | 2022-10-30 17:40:33 +0100 |
---|---|---|
committer | pacien | 2022-10-30 21:15:01 +0100 |
commit | 12eb302bcc93405f81b676b1a29a9731a5fec9be (patch) | |
tree | a99329c14eda80e6262464bd6bb9c570e85b8941 /viewer/ldgallery-viewer.7.md | |
parent | f864eeca506331c1dee2cd3f5f0df4fe806f303a (diff) | |
download | ldgallery-12eb302bcc93405f81b676b1a29a9731a5fec9be.tar.gz |
viewer/command: add item download button
This adds a download button which allows the user to save the current
item as a file.
This is necessary because some item viewers do not expose a download
option on their own.
The download icon appears together with the other command buttons at the
top-left corner of the screen, replacing the listing sorting menu which
is only relevant for item lists (directory and search views).
GitHub: closes #308
Diffstat (limited to 'viewer/ldgallery-viewer.7.md')
-rw-r--r-- | viewer/ldgallery-viewer.7.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/ldgallery-viewer.7.md b/viewer/ldgallery-viewer.7.md index 736f61f..46509fb 100644 --- a/viewer/ldgallery-viewer.7.md +++ b/viewer/ldgallery-viewer.7.md | |||
@@ -41,6 +41,7 @@ Items of the following formats can be opened and visualised within the web appli | |||
41 | * PDFs | 41 | * PDFs |
42 | 42 | ||
43 | Formats which are not listed above or which are not supported by the user's web browser are offered for download instead of being directly displayed in the same window. | 43 | Formats which are not listed above or which are not supported by the user's web browser are offered for download instead of being directly displayed in the same window. |
44 | The item being visualised can be downloaded using the download button at the top-left corner. | ||
44 | 45 | ||
45 | 46 | ||
46 | # KEYBOARD SHORTCUTS | 47 | # KEYBOARD SHORTCUTS |