diff --git a/app/Extra.cs b/app/Extra.cs index 2664697f..7725d680 100644 --- a/app/Extra.cs +++ b/app/Extra.cs @@ -398,7 +398,7 @@ namespace GHelper InitServices(); InitHibernate(); - InitACPITesting(); + //InitACPITesting(); } diff --git a/app/Settings.Designer.cs b/app/Settings.Designer.cs index 492a9956..09e357f6 100644 --- a/app/Settings.Designer.cs +++ b/app/Settings.Designer.cs @@ -199,6 +199,7 @@ namespace GHelper checkMatrixLid.TabIndex = 46; checkMatrixLid.Text = "Disable on lid close"; checkMatrixLid.UseVisualStyleBackColor = true; + checkMatrixLid.Visible = false; // // tableLayoutMatrix // diff --git a/app/Settings.cs b/app/Settings.cs index 89c7b118..b5c34a81 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -939,6 +939,7 @@ namespace GHelper for (int i = 1; i <= 5; i++) comboInterval.Items.Add($"Interval {i}s"); buttonMatrix.Visible = false; + checkMatrixLid.Visible = true; } comboMatrix.SelectedIndex = Math.Min(AppConfig.Get("matrix_brightness", 0), comboMatrix.Items.Count - 1);