Download bigpicture images for games

This commit is contained in:
Philip Kristoffersen
2021-11-03 10:16:28 +01:00
parent 0add4dfba6
commit 8f5a1e0105
3 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ fn fix_shortcut_icons(user: &SteamUsersInfo, shortcuts: &mut Vec<ShortcutOwned>)
&shortcut.app_name,
);
let new_icon = image_folder
.join(format!("{}p.png", app_id))
.join(format!("{}_bigpicture.png", app_id))
.to_string_lossy()
.to_string();
shortcut.icon = new_icon;