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

4.0.0-rc6.4

* Added: Notify users when a new build of FrankerFaceZ is available.
* Fixed: The option to disable channel hosting. (Revert to previous channel hosting data scheme from 21 days ago.)
This commit is contained in:
SirStendec 2018-07-18 18:58:05 -04:00
parent 30ec9749da
commit 526c5940f0
7 changed files with 125 additions and 16 deletions

View file

@ -19,6 +19,17 @@
}}
</div>
</section>
<section v-if="context.has_update" class="tw-border-t tw-pd-t-1 tw-pd-b-2">
<div class="tw-c-background-accent tw-c-text-overlay tw-pd-1">
<h3 class="ffz-i-arrows-cw">
{{ t('setting.update', 'There is an update available.') }}
</h3>
{{ t('setting.update.description',
'Please refresh your page to receive the latest version of FrankerFaceZ.')
}}
</div>
</section>
<section
v-if="item.description"
class="tw-border-t tw-pd-y-1"