Skip to content

Commit 350ec1d

Browse files
authored
Merge pull request #301 from cwegener/main
fix: too few arguments to webui_set_profile
2 parents e73b3cf + 6d99a29 commit 350ec1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/webui.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class window {
199199

200200
// Set the web browser proxy to use. Need to be called before `webui_show()`.
201201
void set_proxy(const std::string_view proxy_server = {""}) const {
202-
webui_set_profile(webui_window, proxy_server.data());
202+
webui_set_proxy(webui_window, proxy_server.data());
203203
}
204204

205205
// Get the full current URL

0 commit comments

Comments
 (0)