diff --git a/src/app/components/DevicesPage.tsx b/src/app/components/DevicesPage.tsx index 335e638..662a961 100644 --- a/src/app/components/DevicesPage.tsx +++ b/src/app/components/DevicesPage.tsx @@ -255,7 +255,7 @@ export default function DevicesPage({ config, setConfig, openDeviceId, onClearOp
-

All Devices

+

IEC Devices

+
+
+ + updateSetting(['cassette', 'play_record'], e.target.value)} className="w-full px-3 py-2 border border-neutral-300 rounded-lg" /> +
+
+ + updateSetting(['cassette', 'pulldown'], e.target.value)} className="w-full px-3 py-2 border border-neutral-300 rounded-lg" /> +
+
+ + updateSetting(['cassette', 'url'], e.target.value)} className="w-full px-3 py-2 border border-neutral-300 rounded-lg" /> +
+ + {/* ── Hardware ── */}

Hardware

@@ -383,32 +410,6 @@ export default function DevicesPage({ config, setConfig, openDeviceId, onClearOp
- {/* ── Cassette ── */} -

Cassette

-
-
- - -
-
- - updateSetting(['cassette', 'play_record'], e.target.value)} className="w-full px-3 py-2 border border-neutral-300 rounded-lg" /> -
-
- - updateSetting(['cassette', 'pulldown'], e.target.value)} className="w-full px-3 py-2 border border-neutral-300 rounded-lg" /> -
-
- - updateSetting(['cassette', 'url'], e.target.value)} className="w-full px-3 py-2 border border-neutral-300 rounded-lg" /> -
-
- {/* ── BOIP ── */}

BOIP