mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
feat(tour): esc force closes, but puts justin head in toolbar. clicking
justin head brings tour back.
This commit is contained in:
@@ -121,7 +121,7 @@ var UserSchema = new Schema({
|
||||
showTour: {type: Boolean, 'default': true},
|
||||
tour: {
|
||||
// -1 indicates "uninitiated", -2 means "complete", any other number is the current tour step (0-index)
|
||||
intro: {type: Number, 'default': 0},
|
||||
intro: {type: Number, 'default': -1},
|
||||
classes: {type: Number, 'default': -1},
|
||||
stats: {type: Number, 'default': -1},
|
||||
tavern: {type: Number, 'default': -1},
|
||||
|
||||
Reference in New Issue
Block a user