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"
|
||||
text={
|
||||
usbEmulationEnabled
|
||||
? "Disable USB Emulation"
|
||||
: "Enable USB Emulation"
|
||||
? "Disable USB Emulation"
|
||||
: "Enable USB Emulation"
|
||||
}
|
||||
onClick={() => handleUsbEmulationToggle(!usbEmulationEnabled)}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue