Fixed pikvm/pikvm#38: Closeable stream window

This commit is contained in:
Devaev Maxim
2020-08-16 10:35:29 +03:00
parent 2f069dbf91
commit 8c40029956
7 changed files with 57 additions and 14 deletions

View File

@@ -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`)