Disable nostr for android

This commit is contained in:
koalasat 2024-11-02 22:11:16 +01:00
parent b0e3991e68
commit 76f2f33ae8
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

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