Skip to content

Commit

Permalink
Nand: Fix CPU key text box not updating under all foundKey situations
Browse files Browse the repository at this point in the history
  • Loading branch information
Octal450 committed Dec 28, 2021
1 parent ac85b39 commit dfddaf6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
30 changes: 14 additions & 16 deletions J-Runner/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion J-Runner/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ private void printstartuptext(bool firsttime = false)
{
Console.WriteLine("=========================================================================");
Console.WriteLine("J-Runner with Extras");
Console.WriteLine("Session: {0:F}", DateTime.Now.ToString("ddd MM/dd/yyyy H:mm:ss"));
Console.WriteLine("Session: {0:F}", DateTime.Now.ToString("MM/dd/yyyy H:mm:ss"));
if (variables.version.Contains("Beta")) Console.WriteLine("Version: {0}", variables.build);
else Console.WriteLine("Version: {0}", variables.version);
if (Upd.checkSuccess)
Expand Down Expand Up @@ -1997,6 +1997,7 @@ void nandinit()
}
catch (NullReferenceException ex) { Console.WriteLine(ex.ToString()); }
}
else txtCPUKey.Text = variables.cpkey;

Console.WriteLine("Initializing {0}, please wait...", Path.GetFileName(variables.filename1));
nandInfo.change_tab();
Expand Down
2 changes: 1 addition & 1 deletion J-Runner/MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
VjQ14ihxWNV0yhcyHquctzhr5Spr9slfGMzpKymu0xpFDEuIIwERCqoooQwbEdp1Uiwk6Vzq4B9x/Qly
KeQqgZFjARVokF0/+B/8nq2Vn57ykoIS0P3iOB9jQGAXaNQc5/vYcRongP8ZuNJb/kodmP0kvdbSwkfA
wDZwcd3SlD3gcgcYejJkU3YlPy0hnwfez+ibssDgLdC35s2teY7TByBNs1q+AQ4OgfECZa93eHdv+9z+
vOPOD9IPfFFyq7y0usQAAAAJcEhZcwAACxAAAAsQAa0jvXUAAAAHdElNRQflDAYBGhzPKF7vAAAA1klE
vOPOD9IPfFFyq7y0usQAAAAJcEhZcwAACw8AAAsPAZL5A6UAAAAHdElNRQflDAYBGhzPKF7vAAAA1klE
QVQ4T3WSIQ4CQRAET/MJXoBC43gLno8gSDBIgsSiMASDwBEUik+goWthL7t9s51UcpntnruZ2y7QRKzF
Q3z+8EyNs6ZGYiNyqAUevJUoXEQUiMBbNfE3X8XCOInSQyaJucoDeIqtcRfuSzthOX5wFFNjL9xHttp2
5iaWxlm4j+ygCMw7Nw4i8obFnXCtROStRniLmWhpLF4i+9MIvsRWEw9DWmL0G71JFIb+akdXODdphfuL
Expand Down
2 changes: 1 addition & 1 deletion J-Runner/Resources/Build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12-28-2021 22:35:49
12-28-2021 23:27:44

0 comments on commit dfddaf6

Please sign in to comment.