Add uplay syncrhonization

This commit is contained in:
Philip
2022-01-02 10:37:12 +01:00
parent f60a591180
commit dd21e56fd6
36 changed files with 225 additions and 97 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
use serde::{Serialize,Deserialize};
use serde::{Deserialize, Serialize};
#[derive(Debug,Serialize, Deserialize,Clone)]
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct EpicGamesLauncherSettings {
pub enabled: bool,
pub location: Option<String>,
@@ -8,5 +8,3 @@ pub struct EpicGamesLauncherSettings {
#[cfg(target_os = "linux")]
pub create_symlinks: bool,
}