1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-01 08:38:32 +00:00
* Added: Setting to stop Hype Trains from appearing in chat.
* Changed: Megacheer messages will be disabled when bits UI has been hidden.
* Fixed: Mass subscription messages displaying an empty square in chat when attempting to hide them.
This commit is contained in:
SirStendec 2020-03-06 01:44:33 -05:00
parent af8ca41212
commit 98328cfcb5
3 changed files with 43 additions and 2 deletions

View file

@ -343,7 +343,7 @@
:key="key"
:value="key"
>
{{ a.title_i18n ? t(a.title_i18n, a.title, a) : a.title }}
{{ t(a.title_i18n || `chat.actions.${key}`, a.title, a) }}
</option>
</select>
</div>