Made the video viewer poped out by default
parent
ec5e1e1e9a
commit
6a280ffaa2
|
@ -41,7 +41,7 @@ class VideoViewer {
|
|||
}
|
||||
|
||||
this.modal = spawnModal("video-viewer", [ this.events.generateIpcDescription(), connection.handlerId ], {
|
||||
popedOut: false,
|
||||
popedOut: true,
|
||||
});
|
||||
|
||||
this.registerPluginListeners();
|
||||
|
|
Loading…
Reference in New Issue