Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve clarity on the description of the "Min number of characters fo… #265

Merged
merged 2 commits into from
Nov 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/setting/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export class VariousComplementsSettingTab extends PluginSettingTab {

new Setting(containerEl)
.setName("Min number of characters for trigger")
.setDesc("It uses a default value of Strategy if set 0.")
.setDesc("Setting the value to 0 does not mean the suggestion will be triggered without any inputted character. Depending on the Strategy you choose the actual value will be differ. Read the docs for more info.")
ooker777 marked this conversation as resolved.
Show resolved Hide resolved
.addSlider((sc) =>
sc
.setLimits(0, 10, 1)
Expand Down