diff options
author | pacien | 2020-05-04 00:11:31 +0200 |
---|---|---|
committer | pacien | 2020-05-04 00:11:31 +0200 |
commit | 35456c6183c199b23ded85838414eb28a6d4b60f (patch) | |
tree | fed4b18d46ab28c1ebdb049afb8dd568d25872c0 /viewer/src/plugins | |
parent | f328a730b516f5e9104f85e553c083c2865660a8 (diff) | |
download | ldgallery-35456c6183c199b23ded85838414eb28a6d4b60f.tar.gz |
viewer/LdDownload: add generic file download handler
GitHub: closes #209
Diffstat (limited to 'viewer/src/plugins')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index 933bce6..886d680 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -35,6 +35,7 @@ import { | |||
35 | faAngleRight, | 35 | faAngleRight, |
36 | faAngleDoubleLeft, | 36 | faAngleDoubleLeft, |
37 | faFile, | 37 | faFile, |
38 | faFileDownload, | ||
38 | } from "@fortawesome/free-solid-svg-icons"; | 39 | } from "@fortawesome/free-solid-svg-icons"; |
39 | 40 | ||
40 | library.add( | 41 | library.add( |
@@ -51,6 +52,7 @@ library.add( | |||
51 | faAngleRight, | 52 | faAngleRight, |
52 | faAngleDoubleLeft, | 53 | faAngleDoubleLeft, |
53 | faFile, | 54 | faFile, |
55 | faFileDownload, | ||
54 | ); | 56 | ); |
55 | 57 | ||
56 | config.autoAddCss = false; | 58 | config.autoAddCss = false; |