Disable nostr for android

This commit is contained in:
koalasat
2024-11-02 22:11:16 +01:00
parent b0e3991e68
commit 76f2f33ae8

View File

@ -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) => {