1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-10-19 01:12:00 +00:00

Fix an issue with Raven erroring when error reporting is disabled.

Fix an error with featured emote sets when a room does not exist or is being destroyed.
Fix an error with the host menu when autohost settings failed to load.
This commit is contained in:
SirStendec 2018-04-13 13:36:05 -04:00
parent dcb1ab9a7f
commit 730e2129e9
5 changed files with 21 additions and 9 deletions

View file

@ -56,7 +56,7 @@
</header>
</div>
<div
v-show="activeTab === 'settings'"
v-if="activeTab === 'settings'"
:class="{ active: activeTab === 'settings'}"
class="tab tw-overflow-hidden"
>
@ -178,6 +178,7 @@
<span>{{ t('metadata.host.tab.auto-host', 'Auto Host') }}</span>
</div>
<div
v-if="autoHostSettings"
id="host-options__settings"
:class="{active: activeTab === 'settings'}"
class="host-options__tab tw-pd-x-1"