mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +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) {
|
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…
Add table
Add a link
Reference in a new issue