summaryrefslogtreecommitdiff
path: root/web/kvm/window-stream.pug
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-08-16 10:35:29 +0300
committerDevaev Maxim <[email protected]>2020-08-16 10:35:29 +0300
commit8c400299562d4101a9a953b85f7e01744f14d005 (patch)
tree551772cc291fec2cad18666f24fe893f475d4474 /web/kvm/window-stream.pug
parent2f069dbf91862d2003782ea26e158ba2c4a42d3a (diff)
Fixed pikvm/pikvm#38: Closeable stream window
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r--web/kvm/window-stream.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug
index a86c1812..232a3f72 100644
--- a/web/kvm/window-stream.pug
+++ b/web/kvm/window-stream.pug
@@ -1,4 +1,4 @@
-+window("stream-window", "Stream", false, true)
++window("stream-window", "Stream", true)
div(id="stream-info")
div(id="stream-box" class="stream-box-inactive")
img(id="stream-image" class="stream-image-inactive" src=`${png_dir}/blank-stream.png`)