mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Add "stats" as a tutorial step (#9377)
This is used mostly for the mobile apps to identify if the tutorial step about stats has be shown yet or not.
This commit is contained in:
parent
ff6bd6de71
commit
3b6fce0708
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ let schema = new Schema({
|
|||
items: {type: Boolean, default: false},
|
||||
mounts: {type: Boolean, default: false},
|
||||
inbox: {type: Boolean, default: false},
|
||||
stats: {type: Boolean, default: false},
|
||||
},
|
||||
ios: {
|
||||
addTask: {type: Boolean, default: false},
|
||||
|
|
|
|||
Loading…
Reference in a new issue