From 9060f50e2f0cc52f475c86bc55ea511183636461 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Tue, 27 Oct 2020 10:14:08 +0000 Subject: [PATCH] syntax error. --- src/Windows/Avalonia.Win32/Win32Platform.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Windows/Avalonia.Win32/Win32Platform.cs b/src/Windows/Avalonia.Win32/Win32Platform.cs index 7959cb20c7..413ca37fce 100644 --- a/src/Windows/Avalonia.Win32/Win32Platform.cs +++ b/src/Windows/Avalonia.Win32/Win32Platform.cs @@ -55,7 +55,7 @@ namespace Avalonia /// Supported on Windows 10 build 16299 and above. Ignored on other versions. /// This is recommended if you need to use AcrylicBlur or acrylic in your applications. /// - public bool UseWindowsUIComposition { get; set; }; + public bool UseWindowsUIComposition { get; set; } } }