mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Fix Typo
This commit is contained in:
parent
34432e413f
commit
66c24b2878
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ function Updater() {
|
||||||
<Switch
|
<Switch
|
||||||
value={settings.autoUpdateRelaunch}
|
value={settings.autoUpdateRelaunch}
|
||||||
onChange={(v: boolean) => settings.autoUpdateRelaunch = v}
|
onChange={(v: boolean) => settings.autoUpdateRelaunch = v}
|
||||||
note="Relaunch's the app after automatically updating with no prompt"
|
note="Relaunches the app after automatically updating with no prompt"
|
||||||
disabled={!settings.autoUpdate}
|
disabled={!settings.autoUpdate}
|
||||||
>
|
>
|
||||||
Automatically relaunch after updating
|
Automatically relaunch after updating
|
||||||
|
|
Loading…
Reference in a new issue