From 86e08bc3f5b5f14729471e097810e6995c95731a Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sun, 10 Nov 2024 23:11:40 +0100 Subject: [PATCH] AnimeMatrix config option --- app/AppConfig.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 400ce0c2..19aa6a6f 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -432,6 +432,11 @@ public static class AppConfig return ContainsModel("GA401") || ContainsModel("FX517Z") || ContainsModel("FX516P") || ContainsModel("X13") || IsARCNM() || ContainsModel("FA617N") || ContainsModel("FA617X") || NoAura(); } + public static bool IsAnimeMatrix() + { + return ContainsModel("GA401") || ContainsModel("GA402") || ContainsModel("GU604V"); + } + public static bool IsSlash() { return ContainsModel("GA403") || ContainsModel("GU605") || ContainsModel("GA605");