Microsoft.Maui.Graphics.Controls icon indicating copy to clipboard operation
Microsoft.Maui.Graphics.Controls copied to clipboard

Fix SpecialFolder.Personal usages

Open eerhardt opened this issue 1 year ago • 0 comments

SpecialFolder Personal is the same value as MyDocuments, both of which will be changed on Unix from ~ to ~/Documents in .NET 8. See https://github.com/dotnet/runtime/pull/68610.

Fixing the usage of SpecialFolder.Personal here to be UserProfile, since that's really what it wants.

eerhardt avatar Sep 13 '22 18:09 eerhardt