fix(core.gbapp): Auto-start is optional again.
This commit is contained in:
parent
e9930da6c1
commit
74956e8fd9
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ export class GBMinService {
|
|||
// Auto starts dialogs if any is specified.
|
||||
|
||||
const startDialog = min.core.getParam(min.instance, 'Start Dialog', null);
|
||||
if (!startDialog && user.welcomed) {
|
||||
if (!startDialog && !user.welcomed) {
|
||||
|
||||
// Otherwise, calls / (root) to default welcome users.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue