Skip to content

Commit

Permalink
Fixed #2 another instance of AbsolutePath fixed
Browse files Browse the repository at this point in the history
Fixed #2 another instance of AbsolutePath fixed
  • Loading branch information
jamsoft committed May 24, 2024
1 parent a9228b2 commit cdb266f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JamSoft.AvaloniaUI.Dialogs/DialogService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void StartWizard<TViewModel>(TViewModel viewModel, Action<TViewModel>? ca
DefaultExtension = defaultExtension
});

return fd?.Path.AbsolutePath;
return fd?.Path.LocalPath;
}

/// <summary>
Expand Down

0 comments on commit cdb266f

Please sign in to comment.