Skip to content

Commit

Permalink
Merge pull request #1593 from RoboSats/disable-nostr-for-android
Browse files Browse the repository at this point in the history
Disable nostr for android
  • Loading branch information
KoalaSat authored Nov 3, 2024
2 parents 7cf53c2 + 76f2f33 commit 054093d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/SettingsForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 054093d

Please sign in to comment.