mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
6add8a54b0
commit
3f63add389
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ impl Reader {
|
|||
if let Ok(uri) = Uri::parse(&href, UriFlags::NONE) {
|
||||
return match uri.scheme().as_str() {
|
||||
"gemini" => {
|
||||
// Open new page
|
||||
label
|
||||
.activate_action("page.open", Some(&uri.to_str().to_variant()))
|
||||
.expect("Action `page.open` not found");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue