Skip to content

Commit

Permalink
AnimeMatrix config option
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge authored Nov 10, 2024
1 parent c63c649 commit 86e08bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,11 @@ public static bool IsSingleColor()
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");
Expand Down

0 comments on commit 86e08bc

Please sign in to comment.