Partial open with implementation, parse mimeapps.list files
This commit is contained in:
parent
18e847abb8
commit
26173d6529
11 changed files with 357 additions and 147 deletions
|
|
@ -16,12 +16,11 @@ pub mod dialog;
|
|||
mod key_bind;
|
||||
mod localize;
|
||||
mod menu;
|
||||
mod mime_app;
|
||||
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