Fix icon overwrite (#128)

* run sync twive to fix up images

* Update dependencies versions

* update cargo-lock dependencies

* Adding spinners to ui

* Fix icons for gog games

* Run fix shortcuts for all boilr shortcuts

* Update flatpak release notes
This commit is contained in:
Philip Kristoffersen
2022-05-15 07:51:21 +02:00
committed by GitHub
parent 4135d62416
commit eb819c1357
10 changed files with 915 additions and 1805 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ impl From<GogShortcut> for ShortcutOwned {
let icon = if icon_path.exists() {
icon_path.to_str().unwrap().to_string()
} else {
exe.to_str().unwrap_or("").to_string()
"".to_string()
};
let mut exe_string = exe.to_string_lossy().to_string();
if exe_string.contains(' ') && !exe_string.starts_with('\"') {