replace minus Habit and To-Do sounds, rename NomindTR's theme, rename keys for theme since they aren't live yet

This commit is contained in:
Alys
2015-06-16 13:10:49 +10:00
parent b6b2873faf
commit 14983cb996
27 changed files with 3 additions and 3 deletions

View File

@@ -310,7 +310,7 @@ var UserSchema = new Schema({
skin: {type:String, 'default':'915533'},
shirt: {type: String, 'default': 'blue'},
timezoneOffset: Number,
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme', 'gSalvadi']},
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme', 'gokulTheme']},
language: String,
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},