decrease update interval to 500ms

This commit is contained in:
Malte Jürgens 2022-07-26 15:48:01 +02:00
parent dd107c6767
commit a814d9cc1b
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 1 additions and 1 deletions

View File

@ -128,4 +128,4 @@ setInterval(() => {
// Remove stream settings if stream is active
document.getElementById("manage-streams-change-windows")?.remove();
document.querySelector(`[aria-label="Stream Settings"]`)?.remove();
}, 1000);
}, 500);