Implement user agent access for Edge

This commit is contained in:
Tobias Taschner
2021-03-16 22:16:33 +01:00
committed by Tobias Taschner
parent 3d568c7105
commit 2487a48b66
3 changed files with 30 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ public:
wxVector<wxString> m_pendingUserScripts;
wxVector<wxString> m_userScriptIds;
wxString m_scriptMsgHandlerName;
wxString m_customUserAgent;
// WebView Events tokens
EventRegistrationToken m_navigationStartingToken = { };