From f726cd187d94d4b846ead5dbb7e6dffb62b99938 Mon Sep 17 00:00:00 2001 From: PeterCJ Date: Thu, 14 Nov 2024 12:10:33 -0800 Subject: [PATCH] link from *TabIconSet to equivalent General > Tab Bar settings --- content/docs/preferences.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/preferences.md b/content/docs/preferences.md index 4287c8c0..f2480cd1 100644 --- a/content/docs/preferences.md +++ b/content/docs/preferences.md @@ -819,5 +819,5 @@ The following settings are for rather specific needs and could cause some confus - `darkTabUseTheme="no"` _(default)_ or `"yes"`: If `"no"`, Dark Mode will ignore those two style settings for tab colors; if `"yes"`, Dark Mode will use those two style settings for tab colors. - `lightModeUseTheme="yes"` _(default)_ or `"no"`: If `"no"`, Light Mode will ignore those two style settings for tab colors; if `"yes"`, Light Mode will use those two style settings for tab colors. - Also, the `darkTabIconSet` and `lightTabIconSet` attributes in that same tag (not shown) both have hidden option values available. - - In the GUI, they can be set to use the alternate icon set or not. - - But by manually editing the file, you can also force it to use the icon set defined by the opposite mode (use the light icon set in dark mode, or the dark icon set in light mode). Values can be `"0"` value for light icons,`"2"` for dark icons and, `"1"` is for alternate icons. + - In the GUI, **[Settings > Preferences > General](#general) > Tab Bar > `☐ Alternate icons`** can be used to set whether you want the the alternate icons or not. + - But by manually editing these attributes in the XML, you can also force it to use the icon set defined by the opposite mode (use the light icon set in Dark Mode, or the dark icon set in Light Mode). Values can be `"0"` value for light icons,`"2"` for dark icons and, `"1"` is for alternate icons.