Adjust comment for workaround
This commit is contained in:
parent
d38b5a423e
commit
816b8aaa00
|
|
@ -161,6 +161,7 @@ def _qtwebengine_features( # noqa: C901
|
||||||
|
|
||||||
if versions.webengine >= utils.VersionNumber(6, 9):
|
if versions.webengine >= utils.VersionNumber(6, 9):
|
||||||
# WORKAROUND for https://bugreports.qt.io/browse/QTBUG-135787
|
# WORKAROUND for https://bugreports.qt.io/browse/QTBUG-135787
|
||||||
|
# and https://bugreports.qt.io/browse/QTBUG-141096
|
||||||
# TODO adjust if fixed in Qt 6.9.2+
|
# TODO adjust if fixed in Qt 6.9.2+
|
||||||
disabled_features.append('PermissionElement')
|
disabled_features.append('PermissionElement')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue