mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 07:54:14 +00:00
add comment
This commit is contained in:
parent
6add8a54b0
commit
3f63add389
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user