mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Merge branch 'main' of https://github.com/seerge/g-helper
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user