This commit is contained in:
Serge
2023-08-02 14:43:17 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,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()

View File

@@ -453,7 +453,7 @@
<value>自动关闭时间</value>
</data>
<data name="MouseButtonResponse" xml:space="preserve">
<value>Button Response</value>
<value>按键响应</value>
</data>
<data name="MouseLiftOffDistance" xml:space="preserve">
<value>静默高度</value>