mirror of
https://github.com/caffa/Obsidian-Current-Folder-Note-Display-Plugin.git
synced 2026-07-22 09:50:27 +00:00
Remove headings in settings
This commit is contained in:
parent
2cae04aa13
commit
375f65c4c9
1 changed files with 2 additions and 2 deletions
4
main.ts
4
main.ts
|
|
@ -367,7 +367,7 @@ class CurrentFolderNotesDisplaySettingTab extends PluginSettingTab {
|
|||
containerEl.empty();
|
||||
|
||||
// heading for filters
|
||||
new Setting(containerEl).setName('Title filters').setHeading();
|
||||
// new Setting(containerEl).setName('Title filters').setHeading();
|
||||
|
||||
|
||||
new Setting(containerEl)
|
||||
|
|
@ -393,7 +393,7 @@ class CurrentFolderNotesDisplaySettingTab extends PluginSettingTab {
|
|||
}));
|
||||
|
||||
// heading for options
|
||||
new Setting(containerEl).setName('View Options').setHeading();
|
||||
// new Setting(containerEl).setName('View Options').setHeading();
|
||||
// containerEl.createEl("h2", { text: "Options" });
|
||||
|
||||
// option to do a pretty title case for the notes
|
||||
|
|
|
|||
Loading…
Reference in a new issue