diff --git a/komorebi-bar/src/widget.rs b/komorebi-bar/src/widget.rs index cd2235e6..84c44fe6 100644 --- a/komorebi-bar/src/widget.rs +++ b/komorebi-bar/src/widget.rs @@ -36,11 +36,7 @@ pub struct RenderConfig { impl RenderConfig { pub fn from(config: Arc) -> Self { Self { group: 1 } - } - - //fn clone(&self) -> Self { - // Self { group: self.group } - //} + } } #[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]