Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/lang/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
"max_index_depth-tips": "max depth of index",
"max_server_download_speed": "Max server download speed",
"max_server_upload_speed": "Max server upload speed",
"meta_not_found_cache_expire": "Missing meta cache expiration",
"meta_not_found_cache_expire-tips": "Negative cache expiration for missing meta records, in seconds. Set 0 to disable.",
"ocr_api": "Ocr api",
"offline_download_task_threads_num": "Offline download task threads num",
"offline_download_transfer_task_threads_num": "Offline download transfer task threads num",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/Obj.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const Obj = () => {
title={t("home.input_password")}
password={password}
setPassword={setPassword}
enterCallback={() => refresh(true)}
enterCallback={() => refresh(true, false)}
>
<Text>{t("global.have_account")}</Text>
<Text
Expand Down