mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
#2186 hide task attributes if auto-allocate not enabled
This commit is contained in:
parent
a326072858
commit
a6f096d730
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ li(bindonce='list', bo-id='"task-"+task.id', ng-repeat='task in obj[list.type+"s
|
|||
legend.option-title.pull-left Restore Streak
|
||||
input.option-content(type='number', ng-model='task.streak')
|
||||
|
||||
legend.option-title Attributes
|
||||
legend.option-title(ng-if='user.preferences.autoAllocate') Attributes
|
||||
.task-controls.tile-group
|
||||
button.task-action-btn.tile(type='button', ng-class='{active: task.attribute=="str"}', ng-click='task.attribute="str"') Physical
|
||||
button.task-action-btn.tile(type='button', ng-class='{active: task.attribute=="int"}', ng-click='task.attribute="int"') Mental
|
||||
|
|
|
|||
Loading…
Reference in a new issue