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 e470b5f commit facb835Copy full SHA for facb835
src/Files.Uwp/Helpers/WindowDecorationsHelper.cs
@@ -20,6 +20,7 @@ public static void RequestWindowDecorationsAccess()
20
{
21
"Files" => "xnYLj99c3vN9jFCZiDC6Rg==",
22
"FilesDev" => "Yoz9y1X66micskUKhFrJ5A==",
23
+ "FilesPreview" => "jz4pZSdYrC05IyNfTaNwZQ==",
24
"49306atecsolution.FilesUWP" => "+cyyj4JZUyZrBQ2eqDQGeA==",
25
_ => String.Empty,
26
};
@@ -40,4 +41,4 @@ public static void RequestWindowDecorationsAccess()
40
41
}
42
43
-}
44
+}
0 commit comments