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)}
+ />
+ )}
+