mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
Hide Locked Background Year Tab
This commit is contained in:
parent
afd1248ea3
commit
dfe53e8b68
1 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,7 @@
|
|||
<toggle-switch
|
||||
v-model="filterBackgrounds"
|
||||
class="backgroundFilterToggle"
|
||||
:label="'Hide locked backgrounds'"
|
||||
:label="'Show Unlocked Backgrounds'"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -247,6 +247,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<sub-menu
|
||||
v-if="!filterBackgrounds"
|
||||
class="text-center"
|
||||
:items="bgSubMenuItems"
|
||||
:active-sub-page="activeSubPage"
|
||||
|
|
|
|||
Loading…
Reference in a new issue