Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix tab into space

+1 -1
+1 -1
infat-lib/src/macos/workspace.rs
··· 144 144 let mut apps = Vec::new(); 145 145 146 146 while search_paths.len() > 0 { 147 - let path = search_paths.pop().unwrap(); 147 + let path = search_paths.pop().unwrap(); 148 148 if !path.exists() { 149 149 debug!("Skipping non-existent path: {}", path.to_str().unwrap()); 150 150 continue;