Use p images instead of hero

This commit is contained in:
Philip Kristoffersen
2021-10-07 22:45:42 +02:00
parent fcfb0d7c07
commit 9d8ec4a730
+1 -1
View File
@@ -56,7 +56,7 @@ fn fix_shortcut_icons(user: &SteamUsersInfo, shortcuts: &mut Vec<ShortcutOwned>)
&shortcut.app_name, &shortcut.app_name,
); );
let new_icon = image_folder let new_icon = image_folder
.join(format!("{}_hero.png", app_id)) .join(format!("{}p.png", app_id))
.to_string_lossy() .to_string_lossy()
.to_string(); .to_string();
shortcut.icon = new_icon; shortcut.icon = new_icon;