diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 4dba46b43..22450007f 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -325,32 +325,6 @@ export function Settings() { - - - {checkingUpdate ? ( -
- ) : hasNewVersion ? ( - - {Locale.Settings.Update.GoToUpdate} - - ) : ( - } - text={Locale.Settings.Update.CheckUpdate} - onClick={() => checkUpdate(true)} - /> - )} - -