diff --git a/frontend/src/components/SettingsModal.tsx b/frontend/src/components/SettingsModal.tsx index 1bbf5e6..c2e521a 100644 --- a/frontend/src/components/SettingsModal.tsx +++ b/frontend/src/components/SettingsModal.tsx @@ -3410,18 +3410,6 @@ export function SettingsModal({ onClose, onSaved, initialSection, onMainPaneChan {amps.length === 0 && (
{t('amp.none')}
)} - {/* Only offered with two or more: coupling one amplifier to itself is - a switch that cannot do anything. */} - {amps.length > 1 && ( - - )} {amps.map((amp, i) => { const brand = brandOf(amp.type); const isPGXL = brand === 'pgxl'; @@ -3616,6 +3604,22 @@ export function SettingsModal({ onClose, onSaved, initialSection, onMainPaneChan