Skip to content

Commit 941fde7

Browse files
author
Anu Aliyas
committed
Do not open screencast in DevTools by default
The setting value was changed from screencastEnabled to screencast-enabled. The value is updated to resolve the error. Fixes: QTBUG-136533 Pick-to: 6.9 Change-Id: I5d469c91513f1f8b63c789d27c638249fec92240 Reviewed-by: Moss Heim <[email protected]>
1 parent dd8d650 commit 941fde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/devtools_frontend_qt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
using namespace QtWebEngineCore;
2727

2828
namespace {
29-
static const char kScreencastEnabled[] = "screencastEnabled";
29+
static const char kScreencastEnabled[] = "screencast-enabled";
3030

3131
static std::string GetFrontendURL()
3232
{

0 commit comments

Comments
 (0)