This commit is contained in:
Csaba
2024-11-06 23:55:59 +01:00
parent 0a5e0a4c0a
commit a5a7d6906c
+1
View File
@@ -30,6 +30,7 @@ pub trait BarWidget {
#[derive(Clone)] #[derive(Clone)]
pub struct RenderConfig { pub struct RenderConfig {
/// Sets how widgets are grouped
group: i32, group: i32,
} }