diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 9fe70f1a3..f20829267 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -336,7 +336,19 @@ export function Settings() { : Locale.Settings.Update.IsLatest } > - + {checkingUpdate ? ( +
+ ) : hasNewVersion ? ( + + {Locale.Settings.Update.GoToUpdate} + + ) : ( + } + text={Locale.Settings.Update.CheckUpdate} + onClick={() => checkUpdate(true)} + /> + )}