Enable WebView devtools if developer mode is enabled (#6298)

* Enable WebView devtools if developer mode is enabled
This commit is contained in:
Ocraftyone 2024-08-02 12:23:07 -04:00 committed by GitHub
parent ade20222a5
commit e96527b2fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 0 deletions

View file

@ -42,6 +42,7 @@ public:
void OnError(wxWebViewEvent& evt);
void OnLoaded(wxWebViewEvent& evt);
void reload();
void update_mode();
private:
void SendAPIKey();