mirror of
https://github.com/prncc/obsidian-repeat-plugin.git
synced 2026-07-22 06:50:25 +00:00
Reword new repeat property setting
This commit is contained in:
parent
b1c8312929
commit
5e96381303
1 changed files with 2 additions and 2 deletions
|
|
@ -316,8 +316,8 @@ class RepeatPluginSettingTab extends PluginSettingTab {
|
|||
});
|
||||
|
||||
new Setting(containerEl)
|
||||
.setName('Default modal repeat value')
|
||||
.setDesc('Initial value for "Repeat this note..." command\'s modal')
|
||||
.setName('Default `repeat` property')
|
||||
.setDesc('Used to populate "Repeat this note..." command\'s modal. Ignored if the supplied value is not parsable.')
|
||||
.addText((component) => {
|
||||
console.log(this.plugin.settings.defaultRepeat);
|
||||
return component
|
||||
|
|
|
|||
Loading…
Reference in a new issue