feat: menubar popups

This commit is contained in:
Ashley Wulber 2025-06-18 14:38:52 -04:00
parent dc538d86e9
commit c47c12fe17
6 changed files with 1037 additions and 703 deletions

View file

@ -61,7 +61,9 @@ impl ProjectNode {
icon_cache_get("go-next-symbolic", size)
}
}
Self::File { path, .. } => icon::icon(mime_icon(mime_for_path(path), size)).size(size),
Self::File { path, .. } => {
icon::icon(mime_icon(mime_for_path(path, None, false), size)).size(size)
}
}
}