mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Fix Aura UI
This commit is contained in:
@@ -370,9 +370,6 @@ namespace GHelper
|
||||
|
||||
|
||||
public static void ApplyAura()
|
||||
{
|
||||
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
||||
Mode = AppConfig.Get("aura_mode");
|
||||
@@ -380,6 +377,10 @@ namespace GHelper
|
||||
SetColor(AppConfig.Get("aura_color"));
|
||||
SetColor2(AppConfig.Get("aura_color2"));
|
||||
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
||||
|
||||
int _speed;
|
||||
|
||||
switch (Speed)
|
||||
|
||||
Reference in New Issue
Block a user