Changed the new welcome panel to be theme independant (closes #17)

This commit is contained in:
Mauro Balades
2024-04-21 16:52:16 +02:00
parent 1c3a3300f9
commit 5b3dec8a9f
6 changed files with 78 additions and 15 deletions

View File

@@ -116,7 +116,7 @@
for (let i = kElementsToAppend.length - 1; i >= 0; i--) {
const elem = document.getElementById(kElementsToAppend[i]);
if (elem) {
wrapper.appendChild(elem);
appWrapepr.appendChild(elem);
}
}
appWrapepr.removeAttribute("hidden");