mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
fix custom titlebar
This commit is contained in:
parent
73c1f662e8
commit
e773d97c9d
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ function removeSettings() {
|
||||||
document.addEventListener("DOMContentLoaded", function (_event) {
|
document.addEventListener("DOMContentLoaded", function (_event) {
|
||||||
const elem = document.createElement("div");
|
const elem = document.createElement("div");
|
||||||
elem.innerHTML = html;
|
elem.innerHTML = html;
|
||||||
elem.classList.add("withFrame-haYltI");
|
|
||||||
if (document.getElementById("app-mount") == null) {
|
if (document.getElementById("app-mount") == null) {
|
||||||
document.body.appendChild(elem);
|
document.body.appendChild(elem);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue