## Break changes The `toolbar_buttons` trait method in Panel has been changed: ```diff - fn toolbar_buttons(&self, cx: &WindowContext) -> Vec<Button> + fn toolbar_buttons(&self, cx: &mut ViewContext<Self>) -> Option<Vec<Button>> ``` |
||
|---|---|---|
| .. | ||
| story | ||
| ui | ||
## Break changes The `toolbar_buttons` trait method in Panel has been changed: ```diff - fn toolbar_buttons(&self, cx: &WindowContext) -> Vec<Button> + fn toolbar_buttons(&self, cx: &mut ViewContext<Self>) -> Option<Vec<Button>> ``` |
||
|---|---|---|
| .. | ||
| story | ||
| ui | ||