removed stream close confirm, added tip for msd

This commit is contained in:
Devaev Maxim
2021-04-17 11:24:16 +03:00
parent cacb12791b
commit a73295e221
4 changed files with 21 additions and 20 deletions

View File

@@ -1,8 +1,4 @@
- let confirm_msg = "Do you want to close the stream? This action will temporarily stop<br>";
- confirm_msg += "the video transmission until you open the broadcast again.<br>";
- confirm_msg += "This can be useful for saving traffic.";
div(id="stream-window" class="window window-resizable" data-close-confirm=confirm_msg data-show-by-button="show-stream-button")
div(id="stream-window" class="window window-resizable" data-show-by-button="show-stream-button")
div(id="stream-window-header" class="window-header")
div(class="window-grab") Stream
button(class="window-button-close") &times;