mirror of https://github.com/jetkvm/kvm.git
formatting
This commit is contained in:
parent
198b2bb529
commit
da749a0b6f
|
@ -215,7 +215,7 @@ export default function SettingsSidebar() {
|
|||
send("setUsbEmulationState", { enabled: enabled }, resp => {
|
||||
if ("error" in resp) {
|
||||
notifications.error(
|
||||
`Failed to ${enabled ? "enable" : "disable"} USB emulation: ${resp.error.data || "Unknown error"}`,
|
||||
`Failed to ${enabled ? "enable" : "disable"} USB emulation: ${resp.error.data || "Unknown error"}`,
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue