Fixed the by default video popout

canary
WolverinDEV 2020-07-21 12:44:08 +02:00
parent edeb1f50b3
commit 774a418f48
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ function main() {
modal.close_listener.push(() => settings.changeGlobal(Settings.KEY_USER_IS_NEW, false));
}
(window as any).spawnVideoPopout = spawnVideoPopout();
(window as any).spawnVideoPopout = spawnVideoPopout;
}
const task_teaweb_starter: loader.Task = {