mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
修复相对模式鼠标不可用
此问题有合并上游更新冲突所致
This commit is contained in:
parent
a32dcd2e00
commit
ed68449274
@ -12,6 +12,10 @@ kvmd:
|
||||
device: /dev/null
|
||||
noop: true
|
||||
|
||||
mouse_alt:
|
||||
device: /dev/null
|
||||
|
||||
|
||||
wol:
|
||||
mac: 00:00:00:00:00:00
|
||||
|
||||
|
||||
@ -264,7 +264,6 @@
|
||||
<button class="row50" data-force-hide-menu id="stream-record-start-button" i18n="kvm_text81">• Start recording</button>
|
||||
<button class="row50" data-force-hide-menu id="stream-record-stop-button" i18n="kvm_text82">• End recording</button>
|
||||
</div>
|
||||
<div class="feature-disabled" id="hid-outputs">
|
||||
<hr>
|
||||
<table class="kv">
|
||||
<tr class="feature-disabled" id="hid-outputs-keyboard">
|
||||
@ -280,7 +279,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<details>
|
||||
<summary i18n="kvm_text25">Keyboard & Mouse (HID) settings</summary>
|
||||
<div class="spoiler">
|
||||
|
||||
@ -77,7 +77,6 @@ li(id="system-dropdown" class="right")
|
||||
div(class="buttons buttons-row")
|
||||
button(data-force-hide-menu id="stream-record-start-button" class="row50" i18n="kvm_text81") • Start recording
|
||||
button(data-force-hide-menu id="stream-record-stop-button" class="row50" i18n="kvm_text82") • End recording
|
||||
div(id="hid-outputs" class="feature-disabled")
|
||||
hr
|
||||
table(class="kv")
|
||||
tr(id="hid-outputs-keyboard", class="feature-disabled")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user