We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20eb71 commit 77c332dCopy full SHA for 77c332d
QuickLook/Helpers/ShareHelper.cs
@@ -36,7 +36,7 @@ internal class ShareHelper
36
37
internal static bool IsShareSupported(string path)
38
{
39
- return !Directory.Exists(path) && App.IsWin10 && Environment.OSVersion.Version >= new Version("10.0.16299.0");
+ return !Directory.Exists(path) && Environment.OSVersion.Version >= new Version(10, 0, 16299);
40
}
41
42
internal static void Share(string path, Window parent, bool forceOpenWith = false)
0 commit comments