mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-08 05:24:07 +00:00
Merge pull request #2163 from RoboSats/fix-orbot-button
Fix orbot button
This commit is contained in:
@ -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>
|
||||||
|
@ -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
|
||||||
-
|
-
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user