fix a few bugs

This commit is contained in:
SoftFever
2026-01-28 18:58:17 +08:00
parent 7b87292621
commit c6d91baeb3
6 changed files with 209 additions and 146 deletions

View File

@@ -488,7 +488,10 @@ void WebViewPanel::SendLoginInfo()
void WebViewPanel::ShowNetpluginTip()
{
// Install Network Plugin
//std::string NP_Installed = wxGetApp().app_config->get("installed_networking");
const auto bblnetwork_enabled =wxGetApp().app_config->get_bool("installed_networking");
if(!bblnetwork_enabled) {
return;
}
bool bValid = wxGetApp().is_compatibility_version();
int nShow = 0;