mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 16:53:16 +00:00
Disable nostr for android
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user