mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add request state
This commit is contained in:
parent
3a0deabc14
commit
7bc2d478d0
5 changed files with 72 additions and 23 deletions
|
|
@ -288,9 +288,12 @@ impl Reader {
|
|||
return match uri.scheme().as_str() {
|
||||
"gemini" => {
|
||||
// Open new page in browser
|
||||
window_action
|
||||
.append()
|
||||
.activate_stateful_once(None, false, false);
|
||||
window_action.append().activate_stateful_once(
|
||||
None,
|
||||
Some(uri.to_string()),
|
||||
false,
|
||||
false,
|
||||
); // @TODO
|
||||
}
|
||||
// Scheme not supported, delegate
|
||||
_ => UriLauncher::new(&uri.to_str()).launch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue