We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927a720 commit b3be269Copy full SHA for b3be269
1 file changed
v2/lib.go
@@ -261,9 +261,9 @@ func (w Window) SetProfile(name string, path string) {
261
}
262
263
// SetProxy sets the web browser proxyServer to use. Need to be called before `Show()`.
264
-func (w Window) SetProxy(name string, proxyServer string) {
+/* func (w Window) SetProxy(name string, proxyServer string) {
265
C.webui_set_proxy(C.size_t(w), C.CString(proxyServer))
266
-}
+} */
267
268
// GetUrl returns the full current URL
269
func (w Window) GetUrl() string {
0 commit comments