diff options
author | Devaev Maxim <[email protected]> | 2020-08-16 10:35:29 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-16 10:35:29 +0300 |
commit | 8c400299562d4101a9a953b85f7e01744f14d005 (patch) | |
tree | 551772cc291fec2cad18666f24fe893f475d4474 /web/kvm/window-stream.pug | |
parent | 2f069dbf91862d2003782ea26e158ba2c4a42d3a (diff) |
Fixed pikvm/pikvm#38: Closeable stream window
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r-- | web/kvm/window-stream.pug | 2 |
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`) |