mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix Auto Update Relaunch Text
This commit is contained in:
parent
aa449b0ab7
commit
5331a00085
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ function Updater() {
|
||||||
note="Relaunch's the app after automatically updating with no prompt"
|
note="Relaunch's the app after automatically updating with no prompt"
|
||||||
disabled={!settings.autoUpdate}
|
disabled={!settings.autoUpdate}
|
||||||
>
|
>
|
||||||
When automatically updating relaunch as well without a prompt
|
Automatically Relaunch After Updating
|
||||||
</Switch>
|
</Switch>
|
||||||
|
|
||||||
<Forms.FormTitle tag="h5">Repo</Forms.FormTitle>
|
<Forms.FormTitle tag="h5">Repo</Forms.FormTitle>
|
||||||
|
|
Loading…
Reference in a new issue