mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 01:03:20 +00:00
Disable nostr for android
This commit is contained in:
@ -198,6 +198,7 @@ const SettingsForm = ({ dense = false }: SettingsFormProps): JSX.Element => {
|
|||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ToggleButtonGroup
|
<ToggleButtonGroup
|
||||||
sx={{ width: '100%' }}
|
sx={{ width: '100%' }}
|
||||||
|
disabled={client === 'mobile'}
|
||||||
exclusive={true}
|
exclusive={true}
|
||||||
value={settings.connection}
|
value={settings.connection}
|
||||||
onChange={(_e, connection) => {
|
onChange={(_e, connection) => {
|
||||||
|
Reference in New Issue
Block a user