diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-13 22:45:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-13 22:45:28 +0900 |
| commit | 0dcb527bf35cf875251563bb279566880b82c2ed (patch) | |
| tree | 1a9348dbccbec46921ae2bc2477dcdbeb86f9643 /src/client/app/init.ts | |
| parent | [Client] Some performance optimizations (diff) | |
| download | misskey-0dcb527bf35cf875251563bb279566880b82c2ed.tar.gz misskey-0dcb527bf35cf875251563bb279566880b82c2ed.tar.bz2 misskey-0dcb527bf35cf875251563bb279566880b82c2ed.zip | |
[Client] Fix bug
Diffstat (limited to 'src/client/app/init.ts')
| -rw-r--r-- | src/client/app/init.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 2e320acf80..4540a11b54 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -110,6 +110,7 @@ import { faMemory, faServer, faExclamationCircle, + faSpinner, } from '@fortawesome/free-solid-svg-icons'; import { @@ -217,6 +218,7 @@ library.add( faMemory, faServer, faExclamationCircle, + faSpinner, farBell, farEnvelope, |