WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 02deb13

Browse files
committed
Whoops
1 parent e15b0b1 commit 02deb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Keyden.App/App.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static string AppPipePath
6565
{
6666
get
6767
{
68-
if (false&&RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
68+
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
6969
{
7070
return $"{Environment.UserName}/keyden";
7171
}

0 commit comments

Comments
 (0)