mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
UI image selection (#97)
This commit is contained in:
@@ -11,7 +11,9 @@ pub struct EpicPlatform {
|
||||
|
||||
impl EpicPlatform {
|
||||
pub fn new(settings: &EpicGamesLauncherSettings) -> Self {
|
||||
EpicPlatform { settings: settings.clone() }
|
||||
EpicPlatform {
|
||||
settings: settings.clone(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user