Updated beta version upgrade settings UI

Changed the settings UI to incorporate the new beta feature upgrade. Will allow users to always get the latest version but under the expectation it will potentially be broken.
This commit is contained in:
Terry MacDonald 2021-09-24 16:59:12 +12:00
parent 8cdc8b7e9b
commit 3f6afa333e

View File

@ -305,9 +305,10 @@ namespace DisplayMagician.UIForms
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(43, 71); this.label2.Location = new System.Drawing.Point(43, 71);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(356, 13); this.label2.Size = new System.Drawing.Size(410, 13);
this.label2.TabIndex = 15; this.label2.TabIndex = 15;
this.label2.Text = "(NOTE: beta versions may crash and not work correctly. Use with caution)"; this.label2.Text = "(NOTE: beta versions may crash and not work correctly. Use this option with cauti" +
"on!)";
// //
// cb_upgrade_prerelease // cb_upgrade_prerelease
// //