mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +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>
|
</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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user