Skip to content

Commit

Permalink
Merge pull request #29 from equinoxmatt/master
Browse files Browse the repository at this point in the history
Show the setting name in the search results
  • Loading branch information
valentine195 authored Jan 25, 2023
2 parents 61b741a + 5725bbe commit b10507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default class SettingsSearch extends Plugin {
el.createSpan({ text: resource.text });
});
} else {
name = resource.name;
name = resource.text;
}
const setting = new Setting(createDiv())
.setName(name)
Expand Down

0 comments on commit b10507f

Please sign in to comment.