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

View File

@ -82,7 +82,7 @@ private void PB_QR_Click(object sender, EventArgs e)
// 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 @@ public static string getQRServer(int format)
}
}
}
}
}