Do not loade web page until switching to device page (#9031)

* Do not loade web page until switching to device page
This commit is contained in:
Noisyfox
2025-04-01 22:38:38 +08:00
committed by GitHub
parent 67681c971f
commit 075565f4f4
2 changed files with 21 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ public:
void OnLoaded(wxWebViewEvent& evt);
void reload();
void update_mode();
bool Show(bool show = true) override;
private:
void SendAPIKey();
@@ -51,6 +54,8 @@ private:
wxString m_apikey;
bool m_apikey_sent;
wxString m_url_deferred;
// DECLARE_EVENT_TABLE()
};