Made the video viewer poped out by default

master
WolverinDEV 2021-01-22 17:45:07 +01:00
parent ec5e1e1e9a
commit 6a280ffaa2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class VideoViewer {
}
this.modal = spawnModal("video-viewer", [ this.events.generateIpcDescription(), connection.handlerId ], {
popedOut: false,
popedOut: true,
});
this.registerPluginListeners();