diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2018-12-21 02:30:49 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-21 02:30:49 +0900 |
| commit | decf2d396fbcfea9eb600c409b0b42b0e9b519a1 (patch) | |
| tree | 35f61eee1837839a13eca9079fd1a9deca563f1c /src/client/app/init.ts | |
| parent | Fix: ap/show does not return on error (#3704) (diff) | |
| download | sharkey-decf2d396fbcfea9eb600c409b0b42b0e9b519a1.tar.gz sharkey-decf2d396fbcfea9eb600c409b0b42b0e9b519a1.tar.bz2 sharkey-decf2d396fbcfea9eb600c409b0b42b0e9b519a1.zip | |
Fix processing icon (#3705)
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 d7dd1efedf..0004b43b47 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -123,6 +123,7 @@ import { faArrowLeft, faMapMarker, faRobot, + faHourglassHalf, } from '@fortawesome/free-solid-svg-icons'; import { @@ -253,6 +254,7 @@ library.add( faArrowLeft, faMapMarker, faRobot, + faHourglassHalf, farBell, farEnvelope, |