mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
.
This commit is contained in:
@ -104,6 +104,15 @@ static bool IsLinuxXVFB()
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else if (oNode.FromXmlFile(sProcess + L"converter/DoctRenderer.config"))
|
||||
{
|
||||
XmlUtils::CXmlNodes oNodes;
|
||||
if (oNode.GetNodes(L"htmlnoxvfb", oNodes))
|
||||
{
|
||||
if (oNodes.GetCount() == 1)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user