mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Manage add/remove aura
Serialize aura config filename
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
use crate::{FanType, Profile};
|
||||
use rog_platform::platform::ThrottlePolicy;
|
||||
use rog_profiles::FanCurvePU;
|
||||
|
||||
use crate::{FanType, Profile};
|
||||
|
||||
impl From<Profile> for ThrottlePolicy {
|
||||
fn from(value: Profile) -> Self {
|
||||
match value {
|
||||
|
||||
Reference in New Issue
Block a user