mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make hierarchical items work in group searched terms.
This commit is contained in:
parent
3dc35404a7
commit
f57c98135a
@ -394,7 +394,7 @@ class TagsModel(QAbstractItemModel): # {{{
|
|||||||
not fm['is_custom'] and \
|
not fm['is_custom'] and \
|
||||||
not fm['kind'] == 'user' \
|
not fm['kind'] == 'user' \
|
||||||
else False
|
else False
|
||||||
in_uc = fm['kind'] == 'user'
|
in_uc = fm['kind'] == 'user' and not is_gst
|
||||||
tt = key if in_uc else None
|
tt = key if in_uc else None
|
||||||
|
|
||||||
if collapse_model == 'first letter':
|
if collapse_model == 'first letter':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user