This commit is contained in:
Malte Jürgens
2022-07-14 14:43:52 +02:00
parent 06412b182e
commit e462dc2990
2 changed files with 7 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ setInterval(() => {
}
}
// Add about text in settings
if (
document.getElementsByClassName("dirscordScreenaudioAboutText").length == 0
) {
@@ -123,4 +124,8 @@ setInterval(() => {
el.appendChild(aboutEl);
}
}
// Remove stream settings if stream is active
document.getElementById("manage-streams-change-windows")?.remove();
document.querySelector(`[aria-label="Stream Settings"]`)?.remove();
}, 1000);