feat: retry opening network locations after mounting
This commit is contained in:
parent
7711b4bcc0
commit
c7e9828d7b
9 changed files with 333 additions and 56 deletions
|
|
@ -107,7 +107,7 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
} else if &arg == "--recents" {
|
||||
Location::Recents
|
||||
} else if &arg == "--network" {
|
||||
Location::Network("network:///".to_string(), fl!("networks"))
|
||||
Location::Network("network:///".to_string(), fl!("networks"), None)
|
||||
} else {
|
||||
//TODO: support more URLs
|
||||
let path = match url::Url::parse(&arg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue