From 19497c94e05305c46f73fcd312cd5394cd63be23 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Wed, 15 Nov 2023 16:56:50 +1300 Subject: [PATCH] Anime: fix data struct --- rog-anime/src/data.rs | 1 + 1 file changed, 1 insertion(+) 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]