💄 Remove duplicate headline

This commit is contained in:
Philipp Stracker 2025-04-13 20:21:10 +02:00
parent b76453002a
commit d06b7208af
No known key found for this signature in database

View file

@ -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);