mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
return reference to counter Label
This commit is contained in:
parent
c72da12c26
commit
97af26c44e
3 changed files with 8 additions and 6 deletions
|
|
@ -84,7 +84,7 @@ impl Client {
|
|||
// route by scheme
|
||||
Ok(uri) => match uri.scheme().as_str() {
|
||||
"gemini" => driver.gemini.handle(uri, feature, cancellable),
|
||||
"titan" => subject.page.input.set_new_titan(|_data| todo!()),
|
||||
"titan" => subject.page.input.set_new_titan(|_data, _label| todo!()),
|
||||
scheme => {
|
||||
// no scheme match driver, complete with failure message
|
||||
let status = subject.page.content.to_status_failure();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue