mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update gemtext error handler
This commit is contained in:
parent
c8607e151a
commit
33943d37f1
9 changed files with 64 additions and 108 deletions
|
|
@ -260,9 +260,6 @@ fn handle(
|
|||
_ => panic!() // unexpected
|
||||
}
|
||||
};
|
||||
if let Some(notice) = widget.meta.notice {
|
||||
page.notice(¬ice)
|
||||
}
|
||||
page.search.set(Some(widget.text_view));
|
||||
page.set_title(&match widget.meta.title {
|
||||
Some(title) => title.into(), // @TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue