From 473e158c0672b00151e57b60bcd1ede8560c53f8 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Sat, 23 Sep 2023 11:17:41 +0000 Subject: [PATCH] better description --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 2b40788..f9bff7a 100644 --- a/main.ts +++ b/main.ts @@ -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) => {