From 816b8aaa0067f38aad45273087538ad06346ce8b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 12 Oct 2025 01:16:30 +0200 Subject: [PATCH] Adjust comment for workaround --- qutebrowser/config/qtargs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config/qtargs.py b/qutebrowser/config/qtargs.py index a6c9233d6..78ea3b782 100644 --- a/qutebrowser/config/qtargs.py +++ b/qutebrowser/config/qtargs.py @@ -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')