diff options
author | Devaev Maxim <[email protected]> | 2021-06-10 16:27:58 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-06-10 16:27:58 +0300 |
commit | f9d2e747e35968d1d1cae06a451a7eec001068ad (patch) | |
tree | 20bb23a78dc02c5885842c56237558bbd3f83548 /web/kvm/index.html | |
parent | 3e92523ba393647fa54589639d80f6ad16cd0fbe (diff) |
show streamer name in window title
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index d8fa86f2..2880702a 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -532,7 +532,7 @@ </ul> <div class="window window-resizable" id="stream-window" data-show-by-button="show-stream-button"> <div class="window-header" id="stream-window-header"> - <div class="window-grab">Stream</div> + <div class="window-grab">MJPEG</div> <button class="window-button-close">×</button> <button class="window-button-maximize">☐</button> <button class="window-button-original">•</button> |