mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix Text
This commit is contained in:
parent
c83152630f
commit
f82a04974a
1 changed files with 2 additions and 2 deletions
|
@ -224,10 +224,10 @@ function Updater() {
|
||||||
<Switch
|
<Switch
|
||||||
value={settings.autoUpdateRelaunch}
|
value={settings.autoUpdateRelaunch}
|
||||||
onChange={(v: boolean) => settings.autoUpdateRelaunch = v}
|
onChange={(v: boolean) => settings.autoUpdateRelaunch = v}
|
||||||
note="When automatically updating relaunch as well"
|
note="Relaunch's the app after automatically updating with no prompt"
|
||||||
disabled={!settings.autoUpdate}
|
disabled={!settings.autoUpdate}
|
||||||
>
|
>
|
||||||
Get notified when an automatic update completes
|
When automatically updating relaunch as well without a prompt
|
||||||
</Switch>
|
</Switch>
|
||||||
|
|
||||||
<Forms.FormTitle tag="h5">Repo</Forms.FormTitle>
|
<Forms.FormTitle tag="h5">Repo</Forms.FormTitle>
|
||||||
|
|
Loading…
Reference in a new issue