Skip to content

Commit e03a945

Browse files
committed
Ensure OneDrive Path is detected properly
1 parent 6f8f11a commit e03a945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/View Models/SettingsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private void DetectOneDrivePreference()
235235

236236
try
237237
{
238-
StorageFolder.GetFolderFromPathAsync(App.AppSettings.OneDrivePath);
238+
StorageFolder.GetFolderFromPathAsync(OneDrivePath);
239239
}
240240
catch (Exception)
241241
{

0 commit comments

Comments
 (0)