Skip to content

Commit a7e8104

Browse files
committed
Fine tune settings tab
1 parent 824a3bb commit a7e8104

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/settingsTab.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ export class SettingsTab extends PluginSettingTab {
1414
const { containerEl } = this;
1515
containerEl.empty();
1616

17-
containerEl.createEl("h2", { text: "File title updater settings" });
18-
1917
new Setting(containerEl)
2018
.setName("Default title source")
2119
.setDesc(

0 commit comments

Comments
 (0)