mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: hide the fan curve frame when no data available
This commit is contained in:
@@ -21,6 +21,7 @@ pub struct FanCurveFrame {
|
||||
impl FanCurveFrame {
|
||||
pub fn new() -> Self {
|
||||
let root_box = Box::new(Orientation::Vertical, 5);
|
||||
root_box.hide();
|
||||
|
||||
let hbox = Box::new(Orientation::Horizontal, 5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user