mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
Update settings.jade
This commit is contained in:
parent
9f6e6af5c7
commit
272b71fc11
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
|
||||
.checkbox
|
||||
label
|
||||
input(type='checkbox', ng-click='hideHeader()', ng-checked='user.preferences.hideHeader!==true')
|
||||
input(type='checkbox', ng-click='hideHeader() ', ng-checked='user.preferences.hideHeader!==true')
|
||||
span.hint(popover-trigger='mouseenter', popover-placement='right', popover=env.t('showHeaderPop'))=env.t('showHeader')
|
||||
.checkbox
|
||||
label
|
||||
|
|
|
|||
Loading…
Reference in a new issue