From 33df61c9d5d71bcfe6143739c39b372c2f84d3e0 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Wed, 12 Jul 2023 17:42:53 -0500 Subject: [PATCH] Update to Avalonia@54158b47 (Jul 12 2023) --- src/Modern.WindowKit/Avalonia.X11/X11Platform.cs | 1 + src/Modern.WindowKit/PickerOptions.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Modern.WindowKit/Avalonia.X11/X11Platform.cs b/src/Modern.WindowKit/Avalonia.X11/X11Platform.cs index 31f97f8..d9d1ac0 100644 --- a/src/Modern.WindowKit/Avalonia.X11/X11Platform.cs +++ b/src/Modern.WindowKit/Avalonia.X11/X11Platform.cs @@ -355,4 +355,5 @@ public static class AvaloniaX11PlatformExtensions public static void InitializeX11Platform(X11PlatformOptions options = null) => new AvaloniaX11Platform().Initialize(options ?? new X11PlatformOptions()); } + } diff --git a/src/Modern.WindowKit/PickerOptions.cs b/src/Modern.WindowKit/PickerOptions.cs index 46bb85d..7f8d185 100644 --- a/src/Modern.WindowKit/PickerOptions.cs +++ b/src/Modern.WindowKit/PickerOptions.cs @@ -6,7 +6,7 @@ public class PickerOptions { /// - /// 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. /// public string? Title { get; set; }