Skip to content

Commit

Permalink
Fix Aura UI
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jul 23, 2023
1 parent c2262c0 commit 2747387
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/AsusUSB.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,14 @@ public static void ApplyAuraPower()
public static void ApplyAura()
{

Mode = AppConfig.Get("aura_mode");
Speed = AppConfig.Get("aura_speed");
SetColor(AppConfig.Get("aura_color"));
SetColor2(AppConfig.Get("aura_color2"));

Task.Run(async () =>
{
Mode = AppConfig.Get("aura_mode");
Speed = AppConfig.Get("aura_speed");
SetColor(AppConfig.Get("aura_color"));
SetColor2(AppConfig.Get("aura_color2"));
int _speed;
Expand Down

0 comments on commit 2747387

Please sign in to comment.