FIX: Can not turn Electrum Server on. #7680

This commit is contained in:
Marcos Rodriguez Velez 2025-03-07 21:58:33 -04:00
parent 18a187b120
commit ddee4cdaaf

View file

@ -611,9 +611,7 @@ const ElectrumSettings: React.FC = () => {
onValueChange: onElectrumConnectionEnabledSwitchChange, onValueChange: onElectrumConnectionEnabledSwitchChange,
value: isElectrumDisabled, value: isElectrumDisabled,
testID: 'ElectrumConnectionEnabledSwitch', testID: 'ElectrumConnectionEnabledSwitch',
disabled: isLoading,
}} }}
disabled={isLoading}
bottomDivider={false} bottomDivider={false}
subtitle={loc.settings.electrum_offline_description} subtitle={loc.settings.electrum_offline_description}
/> />