mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Adjust how thread exit is handled for anime controller
This commit is contained in:
@@ -83,7 +83,6 @@ impl AuraConfigV407 {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[derive(Deserialize, Serialize)]
|
||||
pub struct AuraConfig {
|
||||
pub brightness: LedBrightness,
|
||||
@@ -94,7 +93,7 @@ pub struct AuraConfig {
|
||||
pub sleep_anim_enabled: bool,
|
||||
pub all_leds_enabled: bool,
|
||||
pub keys_leds_enabled: bool,
|
||||
pub side_leds_enabled: bool
|
||||
pub side_leds_enabled: bool,
|
||||
}
|
||||
|
||||
impl Default for AuraConfig {
|
||||
|
||||
Reference in New Issue
Block a user