return reference to counter Label

This commit is contained in:
yggverse 2025-01-22 07:55:31 +02:00
parent c72da12c26
commit 97af26c44e
3 changed files with 8 additions and 6 deletions

View file

@ -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();