mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Hide Locked Background Year Tab
This commit is contained in:
@@ -159,7 +159,7 @@
|
|||||||
<toggle-switch
|
<toggle-switch
|
||||||
v-model="filterBackgrounds"
|
v-model="filterBackgrounds"
|
||||||
class="backgroundFilterToggle"
|
class="backgroundFilterToggle"
|
||||||
:label="'Hide locked backgrounds'"
|
:label="'Show Unlocked Backgrounds'"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@@ -247,6 +247,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<sub-menu
|
<sub-menu
|
||||||
|
v-if="!filterBackgrounds"
|
||||||
class="text-center"
|
class="text-center"
|
||||||
:items="bgSubMenuItems"
|
:items="bgSubMenuItems"
|
||||||
:active-sub-page="activeSubPage"
|
:active-sub-page="activeSubPage"
|
||||||
|
|||||||
Reference in New Issue
Block a user