GPU tweaks

This commit is contained in:
Serge
2023-08-10 23:39:45 +02:00
parent ea61e428da
commit 3d5c0d5ade
7 changed files with 23 additions and 17 deletions

View File

@@ -622,7 +622,7 @@ namespace GHelper
{
AsusUSB.Mode = AppConfig.Get("aura_mode");
AsusUSB.Speed = AppConfig.Get("aura_speed");
AsusUSB.SetColor(AppConfig.Get("aura_color"));
AsusUSB.SetColor(AppConfig.Get("aura_color", Color.Red.ToArgb()));
AsusUSB.SetColor2(AppConfig.Get("aura_color2"));
comboKeyboard.DropDownStyle = ComboBoxStyle.DropDownList;