diff --git a/src/tab.rs b/src/tab.rs index 125c8ce..459f8e9 100644 --- a/src/tab.rs +++ b/src/tab.rs @@ -2895,7 +2895,7 @@ impl Tab { Message::Drop(Some((to, mut from))) => { self.dnd_hovered = None; match to { - Location::Path(to) => { + Location::Desktop(to, ..) | Location::Path(to) => { if let Ok(entries) = fs::read_dir(&to) { for i in entries.into_iter().filter_map(|e| e.ok()) { let i = i.path();