mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
fix: fix misspelled colorButton as editorEscape
This commit is contained in:
parent
33fdc53481
commit
6cc89e67e5
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export class SettingTab extends PluginSettingTab {
|
|||
.setName("Highlight color button")
|
||||
.setDesc("Display button after highlight opening delimiter, used to open a color menu for quick customizing by clicking on it.")
|
||||
.addToggle((toggle) => {
|
||||
toggle.setValue(settings.editorEscape);
|
||||
toggle.setValue(settings.colorButton);
|
||||
toggle.onChange((val) => { settings.colorButton = val; this.plugin.saveSettings() });
|
||||
});
|
||||
new Setting(containerEl)
|
||||
|
|
|
|||
Loading…
Reference in a new issue