mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
draft image controller
This commit is contained in:
parent
52e7e0359f
commit
deafe0845d
4 changed files with 63 additions and 1 deletions
|
|
@ -5,6 +5,10 @@ use gtk::glib::GString;
|
|||
pub enum Mime {
|
||||
TextGemini,
|
||||
TextPlain,
|
||||
ImagePng,
|
||||
ImageGif,
|
||||
ImageJpeg,
|
||||
ImageWebp,
|
||||
}
|
||||
|
||||
// Internal page status (not related with gemini status code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue