diff --git a/ui/src/components/sidebar/settings.tsx b/ui/src/components/sidebar/settings.tsx index e820139..b0e4538 100644 --- a/ui/src/components/sidebar/settings.tsx +++ b/ui/src/components/sidebar/settings.tsx @@ -621,36 +621,36 @@ export default function SettingsSidebar() { /> {customEdidValue !== null && ( - <> - + + setCustomEdidValue(e.target.value)} + /> +
+
- + + )} @@ -708,109 +708,109 @@ export default function SettingsSidebar() { {!isAdopted ? ( -
- -
+
+ +
) : ( -
-
-

- Your device is adopted to JetKVM Cloud -

-
-
+ } else { + notifications.error("No device ID available"); + } + }} + />
+ )} )}
{isOnDevice ? ( - <> -
- + <> +
+ -
- - {localDevice?.authMode === "password" ? ( -
+ + + {localDevice?.authMode === "password" && ( + +
-
- +
+
+ ) : null}