Customise initial help for laptop

This commit is contained in:
Luke D Jones
2021-03-09 23:23:23 +13:00
parent 2e4ce27f6b
commit 60014b8a40
7 changed files with 134 additions and 65 deletions

View File

@@ -30,7 +30,7 @@ use crate::GetSupported;
use serde_derive::{Deserialize, Serialize};
#[derive(Serialize, Deserialize)]
pub struct AnimeSupportedFunctions(bool);
pub struct AnimeSupportedFunctions(pub bool);
impl GetSupported for CtrlAnimeDisplay {
type A = AnimeSupportedFunctions;