mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Refactor advanced section header in settings to use createEl method
This commit is contained in:
parent
47c92dbd94
commit
d2bd638b4e
1 changed files with 1 additions and 2 deletions
|
|
@ -109,8 +109,7 @@ export class InlineAISettingsTab extends PluginSettingTab {
|
|||
}
|
||||
|
||||
// Advanced Section
|
||||
new Setting(containerEl).setName("Advanced").setHeading();
|
||||
|
||||
containerEl.createEl("h3", { text: "Advanced" });
|
||||
// Selection Prompt setting
|
||||
new Setting(containerEl)
|
||||
.setName("Selection prompt")
|
||||
|
|
|
|||
Loading…
Reference in a new issue