mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-26 07:37:15 +03:00
registry: Ignore "unsorteddashtoc" as a keyword
This commit is contained in:
parent
10a11e2778
commit
801d3e44e2
@ -146,7 +146,7 @@ Docset::Docset(const QString &path) :
|
||||
|
||||
if (plist.contains(InfoPlist::DashDocSetFamily)) {
|
||||
const QString kw = plist[InfoPlist::DashDocSetFamily].toString();
|
||||
if (kw != QLatin1String("dashtoc"))
|
||||
if (kw != QLatin1String("dashtoc") && kw != QLatin1String("unsorteddashtoc"))
|
||||
m_keywords << kw;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user