We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfd813 commit 49a1664Copy full SHA for 49a1664
src/Files.App/Utils/Storage/Helpers/FilePropertiesHelpers.cs
@@ -37,7 +37,7 @@ public static nint GetWindowHandle(Window w)
37
=> WinRT.Interop.WindowNative.GetWindowHandle(w);
38
39
private static TaskCompletionSource? PropertiesWindowsClosingTCS;
40
- private static BlockingCollection<WinUIEx.WindowEx> WindowCache = [];
+ private static BlockingCollection<WinUIEx.WindowEx> WindowCache = new();
41
42
/// <summary>
43
/// Open properties window
0 commit comments