mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fixed pikvm/pikvm#223: confirm stream window closing
This commit is contained in:
@@ -472,7 +472,7 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="window" id="stream-window">
|
||||
<div class="window" id="stream-window" data-close-confirm="Do you want to close the stream? This action will temporarily stop<br>the video transmission until you open the broadcast again.<br>This can be useful for saving traffic.">
|
||||
<div class="window-header" id="stream-window-header">
|
||||
<div class="window-grab">Stream</div>
|
||||
<button class="window-button-close">×</button>
|
||||
@@ -501,7 +501,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window" id="keyboard-window">
|
||||
<div class="window" id="keyboard-window" data-close-confirm="">
|
||||
<div class="window-header" id="keyboard-window-header">
|
||||
<div class="window-grab">Virtual Keyboard</div>
|
||||
<button class="window-button-close">×</button>
|
||||
@@ -1345,7 +1345,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window" id="about-window">
|
||||
<div class="window" id="about-window" data-close-confirm="">
|
||||
<div class="window-header" id="">
|
||||
<div class="window-grab">About</div>
|
||||
<button class="window-button-close">×</button>
|
||||
|
||||
Reference in New Issue
Block a user