1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: hide update tab for Windows Store distributions

This commit is contained in:
2021-04-01 14:12:49 +02:00
parent 99f7511c4d
commit dcb135dd01
5 changed files with 12 additions and 5 deletions

View File

@ -30,6 +30,7 @@
<a class="c-hand">{{ $t('word.themes') }}</a>
</li>
<li
v-if="updateStatus !== 'disabled'"
class="tab-item"
:class="{'active': selectedTab === 'update'}"
@click="selectTab('update')"