about summary refs log tree commit diff
path: root/src/view/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/index.ts')
-rw-r--r--src/view/index.ts2
1 files changed, 2 insertions, 0 deletions
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,