瀏覽代碼

Merge pull request #2798 from Yidadaa/backup

Yifei Zhang 1 年之前
父節點
當前提交
9770b65146
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/settings.tsx

+ 1 - 1
app/components/settings.tsx

@@ -270,7 +270,7 @@ function SyncItems() {
     <List>
       <ListItem
         title={Locale.Settings.Sync.LastUpdate}
-        subTitle={new Date().toLocaleString()}
+        subTitle={new Date(syncStore.lastSyncTime).toLocaleString()}
       >
         <IconButton
           icon={<ResetIcon />}