Refactoring

This commit is contained in:
Philip Kristoffersen
2022-04-04 21:57:30 +02:00
parent 1c376c2f31
commit 3b8aaffc31
6 changed files with 76 additions and 97 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ impl From<HeroicGame> for ShortcutOwned {
&install_path,
&target,
"",
&game.launch_parameters.as_str(),
game.launch_parameters.as_str(),
);
let mut owned_shortcut = shortcut.to_owned();
owned_shortcut.tags.push("Heroic".to_owned());