This commit is contained in:
Csaba
2024-11-06 23:53:34 +01:00
parent e8f5952abb
commit 0a5e0a4c0a

View File

@@ -36,11 +36,7 @@ pub struct RenderConfig {
impl RenderConfig {
pub fn from(config: Arc<KomobarConfig>) -> Self {
Self { group: 1 }
}
//fn clone(&self) -> Self {
// Self { group: self.group }
//}
}
}
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]