From 537123acda26261459e0efaa60d597d096d25602 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 30 Dec 2023 11:18:17 +0100 Subject: [PATCH] Ultimate mode for G834 https://github.com/seerge/g-helper/discussions/1816 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 825bfc63..d91667e7 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -395,7 +395,7 @@ public static class AppConfig public static bool NoAutoUltimate() { - return ContainsModel("G614") || ContainsModel("GU604") || ContainsModel("FX507") || ContainsModel("G513") || ContainsModel("FA617"); + return ContainsModel("G614") || ContainsModel("GU604") || ContainsModel("FX507") || ContainsModel("G513") || ContainsModel("FA617") || ContainsModel("G834"); }