From 5d7a0aff0d2acac3596d31f291ce82fa3c966d5b Mon Sep 17 00:00:00 2001 From: tianjunjie Date: Mon, 24 Apr 2023 10:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/settings.tsx | 40 ------------------------------------- 1 file changed, 40 deletions(-) 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)} - /> - )} - -