mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-13 00:22:52 +02:00
no clone
This commit is contained in:
@@ -36,11 +36,7 @@ pub struct RenderConfig {
|
|||||||
impl RenderConfig {
|
impl RenderConfig {
|
||||||
pub fn from(config: Arc<KomobarConfig>) -> Self {
|
pub fn from(config: Arc<KomobarConfig>) -> Self {
|
||||||
Self { group: 1 }
|
Self { group: 1 }
|
||||||
}
|
}
|
||||||
|
|
||||||
//fn clone(&self) -> Self {
|
|
||||||
// Self { group: self.group }
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
||||||
|
|||||||
Reference in New Issue
Block a user