mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
Merge branch 'background-toggle' into develop
This commit is contained in:
commit
a9cd36c109
2 changed files with 3 additions and 1 deletions
|
|
@ -159,7 +159,7 @@
|
|||
<toggle-switch
|
||||
v-model="filterBackgrounds"
|
||||
class="backgroundFilterToggle"
|
||||
:label="'Hide locked backgrounds'"
|
||||
:label="$t('hideLockedBackgrounds')"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -247,6 +247,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<sub-menu
|
||||
v-if="!filterBackgrounds"
|
||||
class="text-center"
|
||||
:items="bgSubMenuItems"
|
||||
:active-sub-page="activeSubPage"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"background": "Background",
|
||||
"backgroundShop": "Background Shop",
|
||||
"noBackground": "No Background Selected",
|
||||
"hideLockedBackgrounds": "Hide locked backgrounds",
|
||||
|
||||
"backgrounds062014": "SET 1: Released June 2014",
|
||||
"backgroundBeachText": "Beach",
|
||||
|
|
|
|||
Loading…
Reference in a new issue