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 e15b0b1 commit 02deb13Copy full SHA for 02deb13
src/Keyden.App/App.axaml.cs
@@ -65,7 +65,7 @@ public static string AppPipePath
65
{
66
get
67
68
- if (false&&RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
+ if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
69
70
return $"{Environment.UserName}/keyden";
71
}
0 commit comments