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:
@@ -10,8 +10,8 @@ pub struct EpicPlatform {
|
||||
}
|
||||
|
||||
impl EpicPlatform {
|
||||
pub fn new(settings: EpicGamesLauncherSettings) -> Self {
|
||||
EpicPlatform { settings }
|
||||
pub fn new(settings: &EpicGamesLauncherSettings) -> Self {
|
||||
EpicPlatform { settings: settings.clone() }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user