ROGCC: Remove power setting from correct array

This commit is contained in:
Luke D. Jones
2022-08-03 09:48:00 +12:00
parent 773c9902a5
commit 700633e080
2 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased ] ## [Unreleased ]
## [4.3.4] - 2022-08-03
### Bugfix
- ROGCC: Remove power setting from correct array
## [4.3.3] - 2022-08-02 ## [4.3.3] - 2022-08-02
### Added ### Added
- `rog-control-center` has now been moved in to the main workspace due to - `rog-control-center` has now been moved in to the main workspace due to

View File

@@ -298,7 +298,7 @@ fn aura_power2(
break; break;
} }
} }
enabled_states.x1866.remove(idx); enabled_states.x19b6.remove(idx);
} }
} }
}; };