Browse Source

Merge pull request #2798 from Yidadaa/backup

Yifei Zhang 1 năm trước cách đây
mục cha
commit
9770b65146
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 />}