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 -3
View File
@@ -16,8 +16,7 @@ where
fn create_symlinks(&self) -> bool;
}
pub enum SettingsValidity{
pub enum SettingsValidity {
Valid,
Invalid{reason:String},
Invalid { reason: String },
}