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:
parent
30ec9749da
commit
526c5940f0
7 changed files with 125 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue