mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
fix(costume): fixes #4274
This commit is contained in:
parent
afbd2199e8
commit
43fa461a67
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ script(type='text/ng-template', id='partials/options.inventory.equipment.html')
|
|||
h3.equipment-title.hint(popover-trigger='mouseenter', popover-placement='right', popover=env.t('costumeText'))=env.t('costume')
|
||||
.checkbox.equipment-title
|
||||
label
|
||||
input(type="checkbox", ng-model="user.preferences.costume", ng-click='set({"preferences.costume":!user.preferences.costume})')
|
||||
input(type="checkbox", ng-model="user.preferences.costume", ng-click='set({"preferences.costume":user.preferences.costume})')
|
||||
|
|
||||
=env.t('useCostume')
|
||||
li.customize-menu(ng-if='user.preferences.costume')
|
||||
|
|
|
|||
Loading…
Reference in a new issue