fix path being url encoded
This commit is contained in:
parent
0f1d4653a2
commit
ff717aab73
@ -69,7 +69,7 @@ public class InstallPathSelectionViewModel : ViewModelBase
|
||||
Title = "Select a folder to install SPT into"
|
||||
});
|
||||
|
||||
SelectedPath = selections.First().Path.AbsolutePath.Replace("/", "\\");
|
||||
SelectedPath = selections.First().Path.LocalPath;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user