enable debug painting

This commit is contained in:
Niko 2022-02-18 12:05:45 +01:00
parent e85e59d875
commit 70f3a148ef
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ app.pages.meet = {
if (app.pages.meet._paintInterval) return;
app.pages.meet._paintInterval = true;
setInterval(function() {
if (app.vars.paint_lock)
return;
if (app.pages.meet.isActive())
app.pages.meet.paint();
}, 1000 * 30);