Skip to content

Commit

Permalink
Update to Avalonia@54158b47 (Jul 12 2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Jul 12, 2023
1 parent b764e0c commit 33df61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Modern.WindowKit/Avalonia.X11/X11Platform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,5 @@ public static class AvaloniaX11PlatformExtensions
public static void InitializeX11Platform(X11PlatformOptions options = null) =>

Check warning on line 355 in src/Modern.WindowKit/Avalonia.X11/X11Platform.cs

View workflow job for this annotation

GitHub Actions / build (macos-latest)

Cannot convert null literal to non-nullable reference type.
new AvaloniaX11Platform().Initialize(options ?? new X11PlatformOptions());
}

}
2 changes: 1 addition & 1 deletion src/Modern.WindowKit/PickerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 33df61c

Please sign in to comment.