fix startup wizard redirect and standalone mode
This commit is contained in:
@@ -209,7 +209,7 @@ export class UserSettings {
|
||||
}
|
||||
|
||||
val = this.get('enableBackdrops', false);
|
||||
return val !== 'false';
|
||||
return val === 'true';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user