i would like to implement show/hide toolbar functionality based on a variable value. Is that even possible? My main idea is i’d show some input/output statuses in my toolbar which i’d automatically expand (show) based on some status(let’s say feeder almost empty - fill!). As far as i can see, on myToolbar example there’s a method openView(), but it’s called only when the view is open - it does not open the view itself…