Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 19, 2023
1 parent 3d2be97 commit af4a5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/USB/Aura.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static class Aura
public static Color Color2 = Color.Black;

static bool isACPI = AppConfig.IsTUF() || AppConfig.IsVivobook();
static bool isStrix = true || AppConfig.IsStrix();
static bool isStrix = AppConfig.IsStrix();

static public bool isSingleColor = false;

Expand Down

0 comments on commit af4a5e8

Please sign in to comment.