Skip to content

Commit

Permalink
Disable nostr for android
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Nov 2, 2024
1 parent b0e3991 commit 76f2f33
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 76f2f33

Please sign in to comment.