changed to dev mode

This commit is contained in:
Adrian 2025-01-25 15:49:29 -06:00
parent 318594ae64
commit f67b4c1fbc
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ export default function SettingsSidebar() {
}} }}
/> />
</SettingsItem> </SettingsItem>
{settings.debugMode && ( {settings.developerMode && (
<SettingsItem <SettingsItem
title="USB Configuration" title="USB Configuration"
description="Set the USB Descriptors for the JetKVM" description="Set the USB Descriptors for the JetKVM"