mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
removed stream close confirm, added tip for msd
This commit is contained in:
@@ -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") ×
|
||||
|
||||
Reference in New Issue
Block a user