mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Fix #2277: make Automatic Allocation checkbox set "task activity" mode
This commit is contained in:
parent
ac1bcd4791
commit
459af67fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ script(id='partials/options.profile.stats.html', type='text/ng-template')
|
|||
h5 Unallocated Attribute Points: {{user.stats.points}}
|
||||
fieldset.auto-allocate
|
||||
label.checkbox
|
||||
input(type='checkbox', ng-model='user.preferences.automaticAllocation', ng-change='set({"preferences.automaticAllocation": user.preferences.automaticAllocation?true: false})')
|
||||
input(type='checkbox', ng-model='user.preferences.automaticAllocation', ng-change='set({"preferences.automaticAllocation": user.preferences.automaticAllocation?true: false})', ng-click='set({"preferences.allocationMode":"taskbased"})')
|
||||
| Automatic Allocation
|
||||
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover="Places points into attributes according to your preferences, when you level up.")
|
||||
form(ng-show='user.preferences.automaticAllocation')
|
||||
|
|
|
|||
Loading…
Reference in a new issue