Merge pull request #7681 from BlueWallet/ele

FIX: Can not turn Electrum Server on. #7680
This commit is contained in:
GLaDOS 2025-03-08 08:15:05 +00:00 committed by GitHub
commit 4670eea38a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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