deadmoon 3 years ago
parent
commit
aa4bc96765
2 changed files with 5 additions and 5 deletions
  1. 4 4
      Optimizer/Forms/MainForm.Designer.cs
  2. 1 1
      README.md

+ 4 - 4
Optimizer/Forms/MainForm.Designer.cs

@@ -50,7 +50,7 @@ namespace Optimizer
             this.pictureBox1 = new System.Windows.Forms.PictureBox();
             this.label2 = new System.Windows.Forms.Label();
             this.bpanel = new System.Windows.Forms.Panel();
-            this.tabCollection = new System.Windows.Forms.TabControl();
+            this.tabCollection = new Optimizer.MoonTabs();
             this.universalTab = new System.Windows.Forms.TabPage();
             this.chromeTelemetrySw = new Optimizer.ToggleCard();
             this.ffTelemetrySw = new Optimizer.ToggleCard();
@@ -267,7 +267,7 @@ namespace Optimizer
             this.btnSaveHW = new System.Windows.Forms.Button();
             this.hwDetailed = new Optimizer.ToggleCard();
             this.integratorTab = new System.Windows.Forms.TabPage();
-            this.synapse = new System.Windows.Forms.TabControl();
+            this.synapse = new Optimizer.MoonTabs();
             this.integratorInfoTab = new System.Windows.Forms.TabPage();
             this.integrator7 = new System.Windows.Forms.Label();
             this.integrator6 = new System.Windows.Forms.Label();
@@ -5630,7 +5630,7 @@ namespace Optimizer
         private System.Windows.Forms.PictureBox pictureBox1;
         private System.Windows.Forms.Label label2;
         private System.Windows.Forms.Panel bpanel;
-        private System.Windows.Forms.TabControl tabCollection;
+        private Optimizer.MoonTabs tabCollection;
         private System.Windows.Forms.TabPage universalTab;
         private System.Windows.Forms.TabPage windows10Tab;
         private System.Windows.Forms.TabPage windows8Tab;
@@ -5676,7 +5676,7 @@ namespace Optimizer
         private System.Windows.Forms.Button addHostB;
         private System.Windows.Forms.TextBox txtIP;
         private System.Windows.Forms.TabPage integratorTab;
-        private System.Windows.Forms.TabControl synapse;
+        private Optimizer.MoonTabs synapse;
         private System.Windows.Forms.TabPage integratorInfoTab;
         private System.Windows.Forms.TabPage tabPage8;
         private System.Windows.Forms.TabPage tabPage9;

+ 1 - 1
README.md

@@ -90,7 +90,7 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 
 * Latest version: 13.2
 * Released: May 8, 2022
-* SHA256: 3878A6A1EBDAA918BEDA7A765807A0AAD34A04B7E3F0A5F96838C72FF492C2A6
+* SHA256: 5C966CD8E6082A8AE7B311BD58E0264236331C40E8CE82593EB1EBB478551798
 
 <hr>