update slic3r

This commit is contained in:
QIDI TECH
2025-03-22 08:46:31 +08:00
parent 0ae9828154
commit b15deeb656
90 changed files with 3390 additions and 1559 deletions

View File

@@ -156,6 +156,13 @@ void delete_cookies(wxWebView* web_view, const std::string& url)
}
}];
}
void delete_cookies_with_counter(wxWebView* web_view, const std::string& url, std::atomic<size_t>& counter)
{
delete_cookies(web_view, url);
counter++;
}
void add_request_authorization(wxWebView* web_view, const wxString& address, const std::string& token)
{
// unused on MacOS