Skip to content

Commit facb835

Browse files
authored
Fixed properties window in sideload preview (#9601)
* Fixed properties window in sideload preview * Update WindowDecorationsHelper.cs
1 parent e470b5f commit facb835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Files.Uwp/Helpers/WindowDecorationsHelper.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static void RequestWindowDecorationsAccess()
2020
{
2121
"Files" => "xnYLj99c3vN9jFCZiDC6Rg==",
2222
"FilesDev" => "Yoz9y1X66micskUKhFrJ5A==",
23+
"FilesPreview" => "jz4pZSdYrC05IyNfTaNwZQ==",
2324
"49306atecsolution.FilesUWP" => "+cyyj4JZUyZrBQ2eqDQGeA==",
2425
_ => String.Empty,
2526
};
@@ -40,4 +41,4 @@ public static void RequestWindowDecorationsAccess()
4041
}
4142
}
4243
}
43-
}
44+
}

0 commit comments

Comments
 (0)