Skip to content

Commit

Permalink
better description
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 committed Sep 23, 2023
1 parent d9efe69 commit 473e158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class FontSettingTab extends PluginSettingTab {
});
new Setting(containerEl)
.setName("Force Style")
.setDesc("This option should be used if you have installed a community theme and normal mode doesn't work")
.setDesc("This option should only be used if you have installed a community theme and normal mode doesn't work")
.addToggle((toggle) => {
toggle.setValue(this.plugin.settings.force_mode)
toggle.onChange(async (value) => {
Expand Down

0 comments on commit 473e158

Please sign in to comment.