summaryrefslogtreecommitdiff
path: root/src/client/app/init.ts
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2018-12-01 07:16:28 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2018-12-01 07:16:28 +0900
commitcf4cecd4dff5b67a979ba0b4b06645c3690f9e5c (patch)
tree4fafa79fc605b87e9188d256d6e5e3545d922db9 /src/client/app/init.ts
parentExclude remote user or myself from talk user suggestions (#3449) (diff)
downloadsharkey-cf4cecd4dff5b67a979ba0b4b06645c3690f9e5c.tar.gz
sharkey-cf4cecd4dff5b67a979ba0b4b06645c3690f9e5c.tar.bz2
sharkey-cf4cecd4dff5b67a979ba0b4b06645c3690f9e5c.zip
Fix media video (#3452)
* Fix: Always show nsfw * [Client] Add missing video play icon
Diffstat (limited to 'src/client/app/init.ts')
-rw-r--r--src/client/app/init.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts
index fef03e86f1..d8a2e05653 100644
--- a/src/client/app/init.ts
+++ b/src/client/app/init.ts
@@ -143,6 +143,7 @@ import {
faCalendarAlt as farCalendarAlt,
faHdd as farHdd,
faMoon as farMoon,
+ faPlayCircle as farPlayCircle,
} from '@fortawesome/free-regular-svg-icons';
import {
@@ -268,6 +269,7 @@ library.add(
farCalendarAlt,
farHdd,
farMoon,
+ farPlayCircle,
fabTwitter,
fabGithub,