mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Merge pull request #1593 from RoboSats/disable-nostr-for-android
Disable nostr for android
This commit is contained in:
commit
054093dea9
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user