mirror of
https://github.com/stracker-phil/obsidian-mention-things.git
synced 2026-07-22 05:43:27 +00:00
💄 Remove duplicate headline
This commit is contained in:
parent
b76453002a
commit
d06b7208af
1 changed files with 0 additions and 2 deletions
|
|
@ -38,8 +38,6 @@ export class SettingsTab extends PluginSettingTab {
|
|||
* Render the mention types section of the settings
|
||||
*/
|
||||
private renderMentionTypesSection(containerEl: HTMLElement, usedSigns: string[]): void {
|
||||
new Setting(containerEl).setName('Mention Types').setHeading();
|
||||
|
||||
// Render each mention type
|
||||
this.plugin.settings.mentionTypes.forEach((value, index) => {
|
||||
this.renderMentionTypeRow(containerEl, value, index, usedSigns);
|
||||
|
|
|
|||
Loading…
Reference in a new issue