add comment

This commit is contained in:
yggverse 2024-09-27 17:34:22 +03:00
parent 6add8a54b0
commit 3f63add389

View File

@ -84,6 +84,7 @@ impl Reader {
if let Ok(uri) = Uri::parse(&href, UriFlags::NONE) { if let Ok(uri) = Uri::parse(&href, UriFlags::NONE) {
return match uri.scheme().as_str() { return match uri.scheme().as_str() {
"gemini" => { "gemini" => {
// Open new page
label label
.activate_action("page.open", Some(&uri.to_str().to_variant())) .activate_action("page.open", Some(&uri.to_str().to_variant()))
.expect("Action `page.open` not found"); .expect("Action `page.open` not found");