This commit is contained in:
Kovid Goyal 2025-01-16 17:05:48 +05:30
parent cf20d487f8
commit 44a3066a10
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -356,7 +356,7 @@ class Highlights(QTreeWidget):
for key in keys: for key in keys:
section = smap[key] section = smap[key]
if section['tfam']: if section['tfam']:
section['title'] = ''.join(tfam) section['title'] = ''.join(section['tfam'])
elif section['tsec'] and section['lsec']: elif section['tsec'] and section['lsec']:
section['title'] = ''.join((section['tsec'], section['lsec'])) section['title'] = ''.join((section['tsec'], section['lsec']))