diff --git a/rog-anime/src/data.rs b/rog-anime/src/data.rs index c9787bf6..d80aa83c 100644 --- a/rog-anime/src/data.rs +++ b/rog-anime/src/data.rs @@ -50,6 +50,7 @@ pub struct DeviceState { pub builtin_anims: Animations, pub off_when_unplugged: bool, pub off_when_suspended: bool, + pub off_when_lid_closed: bool, } #[typeshare]