More error debugging
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user