mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement stateful api for append action
This commit is contained in:
parent
a6ef61486d
commit
3a0deabc14
5 changed files with 102 additions and 17 deletions
|
|
@ -288,7 +288,9 @@ impl Reader {
|
|||
return match uri.scheme().as_str() {
|
||||
"gemini" => {
|
||||
// Open new page in browser
|
||||
window_action.append().activate();
|
||||
window_action
|
||||
.append()
|
||||
.activate_stateful_once(None, false, false);
|
||||
}
|
||||
// Scheme not supported, delegate
|
||||
_ => UriLauncher::new(&uri.to_str()).launch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue