Make sure the welcomemessage shows up if the hash is #welcome

This commit is contained in:
pietervdvn 2021-03-17 14:34:52 +01:00
parent 43085392d6
commit ea718a4df5

View file

@ -257,9 +257,7 @@ export class InitUiElements {
isOpened.setData(false);
}
})
isOpened.setData(Hash.hash.data === undefined || Hash.hash.data === "")
isOpened.setData(Hash.hash.data === undefined || Hash.hash.data === "" || Hash.hash.data == "welcome")
}
private static InitLayerSelection() {