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:
committed by
Sabe Jones
parent
ff6bd6de71
commit
3b6fce0708
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user