mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Refactor advanced settings header in InlineAISettingsTab for clarity
This commit is contained in:
parent
e0e97199a9
commit
3ea7d61648
1 changed files with 3 additions and 1 deletions
|
|
@ -83,7 +83,9 @@ export class InlineAISettingsTab extends PluginSettingTab {
|
|||
}
|
||||
|
||||
// Advanced Section
|
||||
containerEl.createEl("h3", { text: "Advanced Settings" });
|
||||
new Setting(containerEl)
|
||||
.setName("Advanced")
|
||||
.setHeading();
|
||||
// Selection Prompt setting
|
||||
new Setting(containerEl)
|
||||
.setName("Selection Prompt")
|
||||
|
|
|
|||
Loading…
Reference in a new issue