feat: retry opening network locations after mounting

This commit is contained in:
Ashley Wulber 2025-07-12 19:42:04 -04:00 committed by Jeremy Soller
parent 7711b4bcc0
commit c7e9828d7b
9 changed files with 333 additions and 56 deletions

View file

@ -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) {