mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enshort
This commit is contained in:
parent
1d673029c0
commit
40a212199b
1 changed files with 1 additions and 2 deletions
|
|
@ -38,8 +38,7 @@ impl Content {
|
|||
// Compose
|
||||
match mime {
|
||||
Mime::TextGemini => {
|
||||
let child = Text::gemini(data);
|
||||
self.widget.append(child.widget());
|
||||
self.widget.append(Text::gemini(data).widget());
|
||||
}
|
||||
Mime::TextPlain => {
|
||||
todo!()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue