Fix orbot button

This commit is contained in:
koalasat
2025-08-12 10:08:33 +02:00
parent ef4b96c3bd
commit f9cb842414
2 changed files with 18 additions and 2 deletions

View File

@ -283,10 +283,10 @@ const SettingsForm = ({ dense = false }: SettingsFormProps): React.JSX.Element =
systemClient.restart();
}}
>
<ToggleButton value={true} color='primary' sx={{ flexGrow: 1 }}>
<ToggleButton value={false} color='primary' sx={{ flexGrow: 1 }}>
{t('Orbot')}
</ToggleButton>
<ToggleButton value={false} color='secondary' sx={{ flexGrow: 1 }}>
<ToggleButton value={true} color='secondary' sx={{ flexGrow: 1 }}>
{t('Build-in')}
</ToggleButton>
</ToggleButtonGroup>

View File

@ -2,8 +2,24 @@ RoboSats v0.8.1-alpha is now out! :rocket:
# Changes
## What's new
**TL;DR**
### For Users
-
**Payment methods marked as reversible**
-
**New payment methods**
-
**Bugs**
-
### For Coordinators
-