Calculate open with apps, when xdg feature is enabled
This commit is contained in:
parent
88eb934564
commit
18e847abb8
6 changed files with 208 additions and 33 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue