Adjust comment for workaround

This commit is contained in:
Florian Bruhin 2025-10-12 01:16:30 +02:00
parent d38b5a423e
commit 816b8aaa00
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ def _qtwebengine_features( # noqa: C901
if versions.webengine >= utils.VersionNumber(6, 9):
# 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+
disabled_features.append('PermissionElement')