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
|
// Compose
|
||||||
match mime {
|
match mime {
|
||||||
Mime::TextGemini => {
|
Mime::TextGemini => {
|
||||||
let child = Text::gemini(data);
|
self.widget.append(Text::gemini(data).widget());
|
||||||
self.widget.append(child.widget());
|
|
||||||
}
|
}
|
||||||
Mime::TextPlain => {
|
Mime::TextPlain => {
|
||||||
todo!()
|
todo!()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue