From 344a0269ef74fd3689fc8642de5c73692b5aa749 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:15:00 +0200 Subject: [PATCH] Dynamic Lighting detection --- app/AppConfig.cs | 2 +- app/Settings.Designer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 12cd677d..e45a937b 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -638,7 +638,7 @@ public static class AppConfig } public static bool IsDynamicLighting() { - return true || IsSlash() || ContainsModel("JIR") || ContainsModel("JZR") || ContainsModel("FA607") || ContainsModel("FX607"); + return IsSlash() || ContainsModel("JIR") || ContainsModel("JZR") || ContainsModel("FA607") || ContainsModel("FX607"); } } diff --git a/app/Settings.Designer.cs b/app/Settings.Designer.cs index 8965c4b4..ad3e2bb7 100644 --- a/app/Settings.Designer.cs +++ b/app/Settings.Designer.cs @@ -1269,7 +1269,7 @@ namespace GHelper // labelDynamicLighting.Cursor = Cursors.Hand; labelDynamicLighting.Dock = DockStyle.Top; - labelDynamicLighting.Font = new Font("Segoe UI", 9F, FontStyle.Underline, GraphicsUnit.Point); + labelDynamicLighting.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point); labelDynamicLighting.ForeColor = SystemColors.GrayText; labelDynamicLighting.Location = new Point(20, 112); labelDynamicLighting.Margin = new Padding(4, 0, 4, 0);