mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01: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