Anime: fix data struct

This commit is contained in:
Luke D. Jones
2023-11-15 16:56:50 +13:00
parent 670eee23e8
commit 19497c94e0

View File

@@ -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]