mirror of
https://github.com/kadisonm/obsidian-homework-plugin.git
synced 2026-07-22 08:40:33 +00:00
Update setting description
This commit is contained in:
parent
faf92cbd03
commit
da8e0e6126
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export class SettingsTab extends PluginSettingTab {
|
|||
|
||||
new Setting(containerEl)
|
||||
.setName('Auto sort for task quantity')
|
||||
.setDesc('Automatically sort tasks by quantity.')
|
||||
.setDesc('Automatically sort subjects by the quantity of tasks.')
|
||||
.addToggle((toggle) => {
|
||||
toggle
|
||||
.setValue(this.plugin.data.settings.autoSortForTaskQuantity)
|
||||
|
|
|
|||
Loading…
Reference in a new issue