Merge pull request #2163 from RoboSats/fix-orbot-button

Fix orbot button
This commit is contained in:
KoalaSat
2025-08-12 08:09:31 +00:00
committed by GitHub
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(); systemClient.restart();
}} }}
> >
<ToggleButton value={true} color='primary' sx={{ flexGrow: 1 }}> <ToggleButton value={false} color='primary' sx={{ flexGrow: 1 }}>
{t('Orbot')} {t('Orbot')}
</ToggleButton> </ToggleButton>
<ToggleButton value={false} color='secondary' sx={{ flexGrow: 1 }}> <ToggleButton value={true} color='secondary' sx={{ flexGrow: 1 }}>
{t('Build-in')} {t('Build-in')}
</ToggleButton> </ToggleButton>
</ToggleButtonGroup> </ToggleButtonGroup>

View File

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