Calculate open with apps, when xdg feature is enabled

This commit is contained in:
Jeremy Soller 2024-03-01 13:20:47 -07:00
parent 88eb934564
commit 18e847abb8
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
6 changed files with 208 additions and 33 deletions

View file

@ -20,6 +20,8 @@ mod mime_icon;
mod mouse_area;
mod operation;
mod tab;
#[cfg(feature = "xdg")]
mod xdg;
pub fn home_dir() -> PathBuf {
match dirs::home_dir() {