mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Adds auto-equip boolean to user preferences
This commit is contained in:
@@ -324,6 +324,7 @@ var UserSchema = new Schema({
|
|||||||
language: String,
|
language: String,
|
||||||
automaticAllocation: Boolean,
|
automaticAllocation: Boolean,
|
||||||
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},
|
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},
|
||||||
|
autoEquip: {type: Boolean, 'default': true},
|
||||||
costume: Boolean,
|
costume: Boolean,
|
||||||
dateFormat: {type: String, enum:['MM/dd/yyyy', 'dd/MM/yyyy', 'yyyy/MM/dd'], 'default': 'MM/dd/yyyy'},
|
dateFormat: {type: String, enum:['MM/dd/yyyy', 'dd/MM/yyyy', 'yyyy/MM/dd'], 'default': 'MM/dd/yyyy'},
|
||||||
sleep: {type: Boolean, 'default': false},
|
sleep: {type: Boolean, 'default': false},
|
||||||
|
|||||||
Reference in New Issue
Block a user