mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-26 19:37:40 +00:00
Firefox and Electron apps offer `text/html` first when copying images, which causes stash to store the HTML wrapper (`<img src="...">`) instead of the actual image data, which is what we want. We handicap, i.e., deprioritize `text/html` in the "any" preference mode and prefer `image/*` types first, then any non-html type. This sounds a little illogical, but in user will almost always prefer the image itself rather than the text representation. So it's intuitive. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6bd5969344893e15226c27071442475f6a6a6964 |
||
|---|---|---|
| .. | ||
| commands | ||
| db | ||
| multicall | ||
| wayland | ||
| main.rs | ||
| mime.rs | ||