mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-25 21:28:34 +01:00
Compare commits
No commits in common. "01575ed42dc45d3837eb051d459e4657b96555af" and "f640d05fa5356b3a40650247e999a65d51cf5085" have entirely different histories.
01575ed42d
...
f640d05fa5
3 changed files with 3 additions and 11 deletions
|
@ -11,7 +11,7 @@
|
|||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageIcon>Logo.png</PackageIcon>
|
||||
<VersionPrefix>1.2.6</VersionPrefix>
|
||||
<VersionPrefix>1.2.5</VersionPrefix>
|
||||
<NoWarn>NU1701</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -20,11 +20,7 @@ namespace Illumilib.System {
|
|||
public override void Dispose() {
|
||||
base.Dispose();
|
||||
this.ClearBitmap();
|
||||
try {
|
||||
LogitechGsdk.LogiLedShutdown();
|
||||
} catch {
|
||||
// ignored
|
||||
}
|
||||
LogitechGsdk.LogiLedShutdown();
|
||||
}
|
||||
|
||||
public override void SetAllLighting(float r, float g, float b) {
|
||||
|
|
|
@ -22,11 +22,7 @@ namespace Illumilib.System {
|
|||
|
||||
public override void Dispose() {
|
||||
base.Dispose();
|
||||
try {
|
||||
this.chroma?.UninitializeAsync();
|
||||
} catch {
|
||||
// ignored
|
||||
}
|
||||
this.chroma?.UninitializeAsync();
|
||||
this.effectOutdated = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue