Skip to content

Commit

Permalink
fix(settings): fix example in settings to new grouped extensions config
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Oct 22, 2024
1 parent 03f70dd commit 7a38b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ export default class UNITADE_SETTINGS_TAB extends PluginSettingTab {
groupMsg.nameEl.appendChild(groupedWarn);

const groupExtInp = new TextAreaComponent(containerEl)
.setPlaceholder('md: json, txt, pgb; json: data, md, txt;')
.setPlaceholder('markdown: json> txt> pgb; pdf: pdf; video: webm;')
.setValue(this.plugin.settings.grouped_extensions)
.onChange(async (value) => {
const next = {
Expand Down

0 comments on commit 7a38b2c

Please sign in to comment.