mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Epic safe launch (#85)
This feature lets users force some Epic Games to be launched through the Epic Launcher
This commit is contained in:
@@ -162,7 +162,7 @@ fn write_shortcut_collections<S: AsRef<str>>(
|
||||
|
||||
pub fn get_platform_shortcuts(settings: &Settings) -> Vec<(String, Vec<ShortcutOwned>)> {
|
||||
let mut platform_results = vec![
|
||||
update_platform_shortcuts(&EpicPlatform::new(settings.epic_games.clone())),
|
||||
update_platform_shortcuts(&EpicPlatform::new(&settings.epic_games)),
|
||||
update_platform_shortcuts(&LegendaryPlatform::new(settings.legendary.clone())),
|
||||
update_platform_shortcuts(&ItchPlatform::new(settings.itch.clone())),
|
||||
update_platform_shortcuts(&OriginPlatform {
|
||||
|
||||
Reference in New Issue
Block a user