diff --git a/index.ts b/index.ts index 0af46eb0f..18061dc34 100644 --- a/index.ts +++ b/index.ts @@ -105,6 +105,7 @@ if (layoutFromBase64.startsWith("wiki:")) { // This is the default case: a builtin theme InitUiElements.InitAll(layoutToUse, layoutFromBase64, testing, defaultLayout); } else { + document.getElementById("decoration-desktop").remove(); State.state = new State(undefined); document.getElementById("messagesboxmobile").remove(); new MoreScreen(true)