From b3e4578c02fb97534d0f356f16e8fd822d0b3baa Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:40:13 +0100 Subject: [PATCH] UI Tweaks --- app/Extra.cs | 2 +- app/Settings.Designer.cs | 1 + app/Settings.cs | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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);