mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +00:00
Merge branch 'master' of https://github.com/kwsch/PKHeX
This commit is contained in:
commit
f3ca370087
1 changed files with 2 additions and 2 deletions
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue