Add db_path to settings page

This commit is contained in:
2023-05-28 15:34:27 +08:00
parent 993de92e34
commit 5d2d911d1a
5 changed files with 25 additions and 8 deletions

View File

@@ -15,5 +15,7 @@
"max_task_count": "Maximum number of parallel tasks: ",
"max_retry_count": "Maximum retry count: ",
"max_download_img_count": "Maximum number of parallel downloads of images: ",
"save_dlg": "Do you want to save settings?"
"save_dlg": "Do you want to save settings?",
"db_path": "The folder where the database is stored: ",
"db_path_help": "If not set, the download location is used."
}

View File

@@ -15,5 +15,7 @@
"max_task_count": "最大并行任务数:",
"max_retry_count": "最大重试次数:",
"max_download_img_count": "最大图片并行下载数:",
"save_dlg": "是否保存设置?"
"save_dlg": "是否保存设置?",
"db_path": "存放数据库的文件夹位置:",
"db_path_help": "如果未设置,将使用下载位置。"
}