From 7df56a628073bec5ed6ede3ad288fc132d5020e7 Mon Sep 17 00:00:00 2001 From: radish <1376134288@qq.com> Date: Thu, 13 Apr 2023 11:58:04 +0800 Subject: [PATCH] Update README_CN.md --- app/components/settings.tsx | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 25ef53e72..5904d1314 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -223,7 +223,30 @@ export function Settings(props: { closeSettings: () => void }) { - + + {checkingUpdate ? ( +
+ ) : hasNewVersion ? ( + /* + {Locale.Settings.Update.GoToUpdate} + */ + ) : ( + } + text={Locale.Settings.Update.CheckUpdate} + onClick={() => checkUpdate(true)} + /> + )} +