We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e73b3cf + 6d99a29 commit 350ec1dCopy full SHA for 350ec1d
include/webui.hpp
@@ -199,7 +199,7 @@ class window {
199
200
// Set the web browser proxy to use. Need to be called before `webui_show()`.
201
void set_proxy(const std::string_view proxy_server = {""}) const {
202
- webui_set_profile(webui_window, proxy_server.data());
+ webui_set_proxy(webui_window, proxy_server.data());
203
}
204
205
// Get the full current URL
0 commit comments