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 -2
View File
@@ -82,9 +82,9 @@ pub fn get_default_location() -> Option<PathBuf> {
#[cfg(target_os = "windows")]
{
let path = match location_from_registry(){
let path = match location_from_registry() {
Some(path) => path,
None => guess_default_location()
None => guess_default_location(),
};
if path.exists() {
Some(path)