From c26e7090249f7d6e68a2fffe2de5829a782384c9 Mon Sep 17 00:00:00 2001 From: Josh Davidson Date: Sat, 23 Apr 2022 21:07:45 -0400 Subject: [PATCH] System: Preparing for another release --- J-Runner/Classes/variables.cs | 2 +- J-Runner/Panels/XeBuildPanel.cs | 7 ++++--- J-Runner/Panels/XeBuildPanel.designer.cs | 1 + J-Runner/Resources/Build.txt | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/J-Runner/Classes/variables.cs b/J-Runner/Classes/variables.cs index 8b32840..884c186 100644 --- a/J-Runner/Classes/variables.cs +++ b/J-Runner/Classes/variables.cs @@ -82,7 +82,7 @@ public enum Windows public static string version = "3.1.4"; public static string build = "3140." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm"); public const string staticversion = "3.1.4.0"; - public static int revision = 19; + public static int revision = 20; public static Windows currentOS = Windows.Unknown; public static bool iswriting; public static bool isscanningip = false; diff --git a/J-Runner/Panels/XeBuildPanel.cs b/J-Runner/Panels/XeBuildPanel.cs index a4247ca..49f1c2f 100644 --- a/J-Runner/Panels/XeBuildPanel.cs +++ b/J-Runner/Panels/XeBuildPanel.cs @@ -506,7 +506,8 @@ private void checkXLUsb() { if (File.Exists(Path.Combine(variables.update_path, comboDash.SelectedValue + @"\bin\xl_usb.bin"))) { - chkXLUsb.Enabled = !rbtnRetail.Checked; + if (rbtnRetail.Checked) chkXLUsb.Checked = chkXLUsb.Enabled = false; + else chkXLUsb.Enabled = true; } else chkXLUsb.Checked = chkXLUsb.Enabled = false; } @@ -863,13 +864,13 @@ private void chkXLUsb_CheckedChanged(object sender, EventArgs e) { if (chkXLUsb.Checked) { - Console.WriteLine("XL USB Selected"); + Console.WriteLine("XL USB (BETA) Selected"); if (DialogResult.Cancel == MessageBox.Show("XL USB requires HDDs to be formatted via FATXplorer, normal Xbox 360 storage devices will no longer work", "Warning", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning)) { chkXLUsb.Checked = false; } } - else Console.WriteLine("XL USB Deselected"); + else Console.WriteLine("XL USB (BETA) Deselected"); } private void btnGetMB_Click(object sender, EventArgs e) diff --git a/J-Runner/Panels/XeBuildPanel.designer.cs b/J-Runner/Panels/XeBuildPanel.designer.cs index 69beac6..95b258f 100644 --- a/J-Runner/Panels/XeBuildPanel.designer.cs +++ b/J-Runner/Panels/XeBuildPanel.designer.cs @@ -574,6 +574,7 @@ private void InitializeComponent() this.chkXLUsb.Size = new System.Drawing.Size(99, 17); this.chkXLUsb.TabIndex = 0; this.chkXLUsb.Text = "XL USB (2TB+)"; + this.toolTip1.SetToolTip(this.chkXLUsb, "Patches Freeboot to allow use of USB hard drives over 2TB in size (BETA)"); this.chkXLUsb.UseVisualStyleBackColor = true; this.chkXLUsb.CheckedChanged += new System.EventHandler(this.chkXLUsb_CheckedChanged); // diff --git a/J-Runner/Resources/Build.txt b/J-Runner/Resources/Build.txt index 16b3827..e4b3bdf 100644 --- a/J-Runner/Resources/Build.txt +++ b/J-Runner/Resources/Build.txt @@ -1 +1 @@ -04-24-2022 00:51:16 \ No newline at end of file +04-24-2022 01:05:14 \ No newline at end of file