update components

This commit is contained in:
2026-02-19 08:17:46 +07:00
parent 2c33670ba5
commit 3e8efdd0ef
31 changed files with 3240 additions and 2440 deletions

View File

@@ -22,8 +22,8 @@ impl Skeleton {
}
}
pub fn secondary(mut self, secondary: bool) -> Self {
self.secondary = secondary;
pub fn secondary(mut self) -> Self {
self.secondary = true;
self
}
}