mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-05 14:24:04 +00:00
Fix orbot button
This commit is contained in:
@ -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>
|
||||
|
@ -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
|
||||
-
|
||||
|
||||
|
Reference in New Issue
Block a user