|
@@ -384,8 +384,8 @@ namespace Avalonia
|
|
/// will likely brick GLib machinery since it's not aware of managed Exceptions
|
|
/// will likely brick GLib machinery since it's not aware of managed Exceptions
|
|
/// This property allows to inspect such exceptions before they will be ignored
|
|
/// This property allows to inspect such exceptions before they will be ignored
|
|
/// </summary>
|
|
/// </summary>
|
|
- public Action<Exception>? ExterinalGLibMainLoopExceptionLogger { get; set; }
|
|
|
|
-
|
|
|
|
|
|
+ public Action<Exception>? ExternalGLibMainLoopExceptionLogger { get; set; }
|
|
|
|
+
|
|
public X11PlatformOptions()
|
|
public X11PlatformOptions()
|
|
{
|
|
{
|
|
try
|
|
try
|