mirror of
https://github.com/gapmiss/substack-clipper.git
synced 2026-07-22 07:48:24 +00:00
fix: use declarative folder control for save directory
This commit is contained in:
parent
335bc6fb08
commit
a74d078d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export class SettingsTab extends PluginSettingTab {
|
|||
name: 'Save directory',
|
||||
desc: 'Vault-relative folder path for clipped posts.',
|
||||
control: {
|
||||
type: 'text',
|
||||
type: 'folder',
|
||||
key: 'saveDirectory',
|
||||
placeholder: 'Substacks',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue