diff options
author | Zero~Informatique | 2020-01-31 07:59:58 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-31 08:01:18 +0100 |
commit | 63e7ef894755deef318d9dcb129a94d34f33bdf2 (patch) | |
tree | 719204705226e5561c53ddbb4448f0447a75a1bb /viewer/src/plugins/fontawesome.ts | |
parent | 1e0b65a0a4556810ad4a7acac764a57a7daf8cf0 (diff) | |
download | ldgallery-63e7ef894755deef318d9dcb129a94d34f33bdf2.tar.gz |
viewer: unknown types now show a question mark icon instead of a folder icon. this is unified with the breadcrumb
Diffstat (limited to 'viewer/src/plugins/fontawesome.ts')
-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 fdbfcdb..460e407 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -33,6 +33,7 @@ import { | |||
33 | faTags, | 33 | faTags, |
34 | faAngleRight, | 34 | faAngleRight, |
35 | faWindowClose, | 35 | faWindowClose, |
36 | faQuestionCircle, | ||
36 | } from "@fortawesome/free-solid-svg-icons"; | 37 | } from "@fortawesome/free-solid-svg-icons"; |
37 | 38 | ||
38 | library.add( | 39 | library.add( |
@@ -47,6 +48,7 @@ library.add( | |||
47 | faTags, | 48 | faTags, |
48 | faAngleRight, | 49 | faAngleRight, |
49 | faWindowClose, | 50 | faWindowClose, |
51 | faQuestionCircle, | ||
50 | ); | 52 | ); |
51 | 53 | ||
52 | Vue.component("fa-icon", FontAwesomeIcon); | 54 | Vue.component("fa-icon", FontAwesomeIcon); |