decrease update interval to 500ms
This commit is contained in:
parent
dd107c6767
commit
a814d9cc1b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue