mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
Enable WebInspector with disabled JavaScript
BUG: 462887 FIXED-IN: 24.08.0 Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
69907a28b0
commit
8037c9de3b
@ -79,9 +79,6 @@ void WebInspector::inspectElement()
|
||||
|
||||
bool WebInspector::isEnabled()
|
||||
{
|
||||
if (!mApp->webSettings()->testAttribute(QWebEngineSettings::JavascriptEnabled)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user