mirror of
https://github.com/band/obsidian-folder-filelist.git
synced 2026-07-22 05:49:10 +00:00
Update main.ts
make change described in obsidian-releases/pull/6296 regarding setting headings on settings page.
This commit is contained in:
parent
60a8390e3d
commit
2cd76f6c2c
1 changed files with 0 additions and 2 deletions
2
main.ts
2
main.ts
|
|
@ -391,8 +391,6 @@ class FolderListfileSettingTab extends PluginSettingTab {
|
|||
const { containerEl } = this;
|
||||
containerEl.empty();
|
||||
|
||||
containerEl.createEl("h2", { text: "Folder Listfile Settings" });
|
||||
|
||||
new Setting(containerEl)
|
||||
.setName("Listfile pattern")
|
||||
.setDesc(
|
||||
|
|
|
|||
Loading…
Reference in a new issue