mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add uplay syncrhonization
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user