Fix missing welcome message
This commit is contained in:
parent
7518b43881
commit
27b165ad96
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ export class InitUiElements {
|
||||||
isOpened.setData(false);
|
isOpened.setData(false);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
isOpened.setData(Hash.hash.data === undefined)
|
isOpened.setData(Hash.hash.data === undefined || Hash.hash.data === "")
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue