mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Use p images instead of hero
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ fn fix_shortcut_icons(user: &SteamUsersInfo, shortcuts: &mut Vec<ShortcutOwned>)
|
||||
&shortcut.app_name,
|
||||
);
|
||||
let new_icon = image_folder
|
||||
.join(format!("{}_hero.png", app_id))
|
||||
.join(format!("{}p.png", app_id))
|
||||
.to_string_lossy()
|
||||
.to_string();
|
||||
shortcut.icon = new_icon;
|
||||
|
||||
Reference in New Issue
Block a user