Add feature to disconnect a shortcut (#160)

This commit is contained in:
Philip Kristoffersen
2022-05-27 20:58:22 +02:00
committed by GitHub
parent 835c7ead8d
commit f16646f540
19 changed files with 271 additions and 122 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ fn launcher_shortcut(manifest: ManifestItem) -> ShortcutOwned {
.as_ref()
.map(|p| {
p.parent()
.unwrap_or_else(||Path::new(""))
.unwrap_or_else(|| Path::new(""))
.to_string_lossy()
.to_string()
})