This commit is contained in:
thororen 2024-12-03 15:30:13 -05:00
parent 34432e413f
commit 66c24b2878

View file

@ -224,7 +224,7 @@ function Updater() {
<Switch
value={settings.autoUpdateRelaunch}
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}
>
Automatically relaunch after updating