mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add db_path to settings page
This commit is contained in:
@@ -171,6 +171,13 @@ export default class Settings extends Component<SettingsProps> {
|
||||
type="number"
|
||||
min={1}
|
||||
/>
|
||||
<SettingsText
|
||||
name="db_path"
|
||||
value={settings.db_path || ""}
|
||||
type="text"
|
||||
description={t("settings.db_path")}
|
||||
helpertext={t("settings.db_path_help")}
|
||||
/>
|
||||
</SettingsContext>
|
||||
<Button onClick={loadData}>{t("common.reload")}</Button>
|
||||
<Button onClick={showDlg} disabled={disabled}>
|
||||
|
||||
Reference in New Issue
Block a user