This commit is contained in:
thororen 2024-12-03 04:05:43 -05:00
parent c83152630f
commit f82a04974a

View file

@ -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>