fix(default_apps): set text editor associations for application/x-zerosize
This commit is contained in:
parent
1dd478aeb2
commit
5c23ec1b1a
1 changed files with 4 additions and 1 deletions
|
|
@ -231,7 +231,10 @@ impl Page {
|
||||||
"x-scheme-handler/https",
|
"x-scheme-handler/https",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Category::TextEditor => (DROPDOWN_TEXT_EDITOR, &["text/plain"]),
|
Category::TextEditor => (
|
||||||
|
DROPDOWN_TEXT_EDITOR,
|
||||||
|
&["application/x-zerosize", "text/plain"],
|
||||||
|
),
|
||||||
Category::Mime(_mime_type) => return Task::none(),
|
Category::Mime(_mime_type) => return Task::none(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue