From ea718a4df5f1f2b8e9a425f1cd9d15eddcf0d7bb Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 17 Mar 2021 14:34:52 +0100 Subject: [PATCH] Make sure the welcomemessage shows up if the hash is #welcome --- InitUiElements.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/InitUiElements.ts b/InitUiElements.ts index 33f0be93d..97ef886cf 100644 --- a/InitUiElements.ts +++ b/InitUiElements.ts @@ -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() {