From c72e24f841b5771d74e82114e40ed81f15ec97a7 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 30 Jun 2023 11:34:04 -0500 Subject: [APP-716] Add 'save image' button to the lightbox (#926) * Add 'save image' button to the lightbox * Fix types * Fix types --- src/view/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/view/index.ts') diff --git a/src/view/index.ts b/src/view/index.ts index 118a6de22..0ab84fc0d 100644 --- a/src/view/index.ts +++ b/src/view/index.ts @@ -37,6 +37,7 @@ import {faEnvelope} from '@fortawesome/free-solid-svg-icons/faEnvelope' import {faExclamation} from '@fortawesome/free-solid-svg-icons/faExclamation' import {faEye} from '@fortawesome/free-solid-svg-icons/faEye' import {faEyeSlash as farEyeSlash} from '@fortawesome/free-regular-svg-icons/faEyeSlash' +import {faFloppyDisk} from '@fortawesome/free-regular-svg-icons/faFloppyDisk' import {faGear} from '@fortawesome/free-solid-svg-icons/faGear' import {faGlobe} from '@fortawesome/free-solid-svg-icons/faGlobe' import {faHand} from '@fortawesome/free-solid-svg-icons/faHand' @@ -124,6 +125,7 @@ export function setup() { faEye, faExclamation, farEyeSlash, + faFloppyDisk, faGear, faGlobe, faHand, -- cgit 1.4.1