Wiesław Šoltés
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Windows/Avalonia.Win32/Win32Platform.cs
|
|
|
@ -59,7 +59,7 @@ namespace Avalonia |
|
|
|
|
|
|
|
public IList<string> EglRendererBlacklist { get; set; } = new List<string> |
|
|
|
{ |
|
|
|
"Microsoft Basic Renderer" |
|
|
|
"Microsoft Basic Render" |
|
|
|
}; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|