Compare commits
1 Commits
92b1080daa
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 44d8f2fc43 |
+1
-1
@@ -105,7 +105,7 @@ impl Bookmarks {
|
||||
Ok(path)
|
||||
}
|
||||
|
||||
///
|
||||
///
|
||||
pub fn remove_invalid_paths(&mut self) -> Result<()> {
|
||||
self.bookmarks.retain(|_, path| path.is_dir());
|
||||
self.write_bookmark_file()?;
|
||||
|
||||
Reference in New Issue
Block a user