mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Compare commits
2 Commits
hidsharp-m
...
v0.131
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd52f8039c | ||
|
|
9f56aa9d3d |
@@ -15,7 +15,7 @@
|
|||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
|
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
|
||||||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||||
<AssemblyVersion>0.130</AssemblyVersion>
|
<AssemblyVersion>0.131</AssemblyVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
|
|||||||
@@ -239,6 +239,7 @@ namespace GHelper.Peripherals
|
|||||||
timer.Stop();
|
timer.Stop();
|
||||||
Logger.WriteLine("HID Device Event: Checking for new ASUS Mice");
|
Logger.WriteLine("HID Device Event: Checking for new ASUS Mice");
|
||||||
DetectAllAsusMice();
|
DetectAllAsusMice();
|
||||||
|
if (AppConfig.IsZ13()) Program.inputDispatcher.Init();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user