Disabled dev tools per default for Edge

This unifies the behavior among backends and is probably
the more useful default for most applications.
This commit is contained in:
Tobias Taschner
2021-02-26 21:55:10 +01:00
parent 2d007ff3f1
commit b1d558a612
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ bool wxWebViewEdgeImpl::Create()
m_initialized = false;
m_isBusy = false;
m_pendingContextMenuEnabled = -1;
m_pendingAccessToDevToolsEnabled = -1;
m_pendingAccessToDevToolsEnabled = 0;
m_historyLoadingFromList = false;
m_historyEnabled = true;