More error debugging
parent
c5c0130ae2
commit
95c5dfdd87
|
@ -23,6 +23,10 @@ fn main() {
|
||||||
);
|
);
|
||||||
false
|
false
|
||||||
});
|
});
|
||||||
|
webview.connect_load_failed_with_tls_errors(|_, host, _, errors| {
|
||||||
|
eprintln!("Load failed: {errors:?} while contacting {host}");
|
||||||
|
false
|
||||||
|
});
|
||||||
|
|
||||||
window.add(&webview);
|
window.add(&webview);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue