More error debugging

master
Dustin 2025-08-01 09:16:00 -05:00
parent c5c0130ae2
commit 95c5dfdd87
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ fn main() {
);
false
});
webview.connect_load_failed_with_tls_errors(|_, host, _, errors| {
eprintln!("Load failed: {errors:?} while contacting {host}");
false
});
window.add(&webview);