mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02:00
Brightness fix for TUF506
This commit is contained in:
@@ -144,7 +144,7 @@ namespace GHelper.Input
|
||||
|
||||
static bool IsManualBrightness()
|
||||
{
|
||||
return AppConfig.ContainsModel("TUF") && !AppConfig.ContainsModel("FA506");
|
||||
return AppConfig.ContainsModel("TUF") && !AppConfig.ContainsModel("506");
|
||||
}
|
||||
|
||||
public static bool NoMKeys()
|
||||
|
||||
Reference in New Issue
Block a user