Skip to content

Commit

Permalink
isMac
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusfriedman committed Nov 17, 2023
1 parent 5c60eae commit ab1bb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Extensions/OperatingSystemExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static class OperatingSystemExtensions
System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(
System.Runtime.InteropServices.OSPlatform.OSX);

public static bool IsMac => IsMac;
public static bool IsMac => isMac;

public static bool IsXbox
{
Expand Down

0 comments on commit ab1bb50

Please sign in to comment.