Merge pull request #1593 from RoboSats/disable-nostr-for-android

Disable nostr for android
This commit is contained in:
KoalaSat 2024-11-03 15:48:59 +00:00 committed by GitHub
commit 054093dea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,6 +198,7 @@ const SettingsForm = ({ dense = false }: SettingsFormProps): JSX.Element => {
</ListItemIcon>
<ToggleButtonGroup
sx={{ width: '100%' }}
disabled={client === 'mobile'}
exclusive={true}
value={settings.connection}
onChange={(_e, connection) => {