Browse Source

Minor doc fix

pull/12056/head
Max Katz 3 years ago
parent
commit
21f4a2044b
  1. 2
      src/Avalonia.Base/Platform/Storage/PickerOptions.cs

2
src/Avalonia.Base/Platform/Storage/PickerOptions.cs

@ -6,7 +6,7 @@
public class PickerOptions
{
/// <summary>
/// Gets or sets the text that appears in the title bar of a folder dialog.
/// Gets or sets the text that appears in the title bar of a picker.
/// </summary>
public string? Title { get; set; }

Loading…
Cancel
Save