mirror of https://github.com/jetkvm/kvm.git
formatting
This commit is contained in:
parent
41b9acff64
commit
39853988ed
|
@ -1014,8 +1014,8 @@ export default function SettingsSidebar() {
|
||||||
theme="light"
|
theme="light"
|
||||||
text={
|
text={
|
||||||
usbEmulationEnabled
|
usbEmulationEnabled
|
||||||
? "Disable USB Emulation"
|
? "Disable USB Emulation"
|
||||||
: "Enable USB Emulation"
|
: "Enable USB Emulation"
|
||||||
}
|
}
|
||||||
onClick={() => handleUsbEmulationToggle(!usbEmulationEnabled)}
|
onClick={() => handleUsbEmulationToggle(!usbEmulationEnabled)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue