From 2a1380b1c8454fb9046e22f92c5efa106f53ff81 Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Sat, 18 Jan 2025 16:46:39 +0000 Subject: [PATCH] Update for the tag browser section - Describe the icon selection decision hierarchy - Add the new menu action added ny @un_pogaz --- manual/gui.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manual/gui.rst b/manual/gui.rst index 420f3f695e..8ae2c9769c 100644 --- a/manual/gui.rst +++ b/manual/gui.rst @@ -751,6 +751,14 @@ To choose icons for values in categories, right-click on a value then choose `Ma returns a file name that doesn't exist then no icon is displayed. * `Use the category icon as the default`. This option specifies that the icon used for the category should be used for any value that doesn't otherwise have an icon. Selecting this option removes any template icon specification. +* `Reset all value icons to the default icon`. This option removes all item value icons for the category. It does not remove a template if one exists. There is no undo. + +The icon is chosen using the following hierarcy: + +#. The icon specified for the value, if it exists. +#. The icon specified for a parent node found by walking up the tree, if one exists. +#. The icon from a template, if a template exists and it returns a non-empty string. +#. The default category icon, which must exist. Icons for item values are stored in the :file:`tb_icons` subfolder in the calibre configuration folder. Icons used by templates are in the :file:`template_icons` subfolder of :file:`tb_icons`.