This commit is contained in:
Kurt 2017-05-16 08:56:16 -07:00
commit f3ca370087

View file

@ -82,7 +82,7 @@ namespace PKHeX.WinForms
// QR Utility
public const string BadQRUrl = "null/#"; // prefix to prevent URL from loading
public const string QR6Path = @"http://lunarcookies.github.io/b1s1.html";
public const string QR6Path = @"http://lunarcookies.github.io/b1s1.html#";
internal static byte[] getQRData()
{
@ -190,4 +190,4 @@ namespace PKHeX.WinForms
}
}
}
}
}