Add context menu
This commit is contained in:
parent
2d0a0059d3
commit
ac93fc79d4
7 changed files with 473 additions and 54 deletions
|
|
@ -7,6 +7,7 @@ pub const FALLBACK_MIME_ICON: &str = "text-x-generic";
|
|||
|
||||
#[derive(Debug, Eq, Hash, PartialEq)]
|
||||
struct MimeIconKey {
|
||||
//TODO: this stores icon data for every path, instead store per mime type
|
||||
path: String,
|
||||
size: u16,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue