mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 20:14:13 +00:00
enshort
This commit is contained in:
parent
1d673029c0
commit
40a212199b
@ -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…
x
Reference in New Issue
Block a user