1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-04 01:58:31 +00:00

4.0.0-rc14.2

* Added: Social media buttons to the FFZ Control Center.
* Fixed: Check boxes in settings UI.
* Fixed: Use word wrap for usernames in grouped mass gift sub messages.
* Fixed: Bug with tab completion breaking chat if Twitch's tab completion handler returns null.
This commit is contained in:
SirStendec 2019-02-12 17:39:54 -05:00
parent e9d99f0e1c
commit d1cd145b8a
19 changed files with 197 additions and 47 deletions

View file

@ -12,7 +12,7 @@
<div class="tw-flex tw-align-items-center ffz--inline">
{{ t('setting.actions.preview', 'Preview:') }}
<div class="tw-pd-x-1">
<div class="tw-pd-x-1 tw-checkbox">
<input
id="as_mod"
ref="as_mod"
@ -27,7 +27,7 @@
</label>
</div>
<div v-if="item.inline" class="tw-pd-x-1">
<div v-if="item.inline" class="tw-pd-x-1 tw-checkbox">
<input
id="is_deleted"
ref="is_deleted"
@ -42,7 +42,7 @@
</label>
</div>
<div v-if="item.inline" class="tw-pd-x-1">
<div v-if="item.inline" class="tw-pd-x-1 tw-checkbox">
<input
id="with_mod_icons"
ref="with_mod_icons"
@ -57,7 +57,7 @@
</label>
</div>
<div class="tw-pd-x-1">
<div class="tw-pd-x-1 tw-checkbox">
<input
id="show_all"
ref="show_all"