mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
chore: remove redundant header in settings
This commit is contained in:
parent
1f044c8f4a
commit
0f50502efa
1 changed files with 1 additions and 4 deletions
|
|
@ -18,9 +18,6 @@ export class NoteStatusSettingTab extends PluginSettingTab {
|
|||
const { containerEl } = this;
|
||||
containerEl.empty();
|
||||
|
||||
// Header
|
||||
containerEl.createEl('h2', { text: 'Note Status Settings' });
|
||||
|
||||
// Status Template section
|
||||
this.displayTemplateSettings(containerEl.createDiv());
|
||||
|
||||
|
|
@ -336,4 +333,4 @@ export class NoteStatusSettingTab extends PluginSettingTab {
|
|||
new Notice('Template export functionality coming soon!');
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue