Rename DockItem to Panel

This commit is contained in:
Nathan Sobo 2023-05-05 16:13:36 -06:00 committed by Antonio Scandurra
parent 03f8c1206a
commit 1ddbda5095
9 changed files with 25 additions and 24 deletions

View file

@ -1327,7 +1327,7 @@ impl Entity for ProjectPanel {
type Event = Event;
}
impl workspace::dock::DockItem for ProjectPanel {
impl workspace::dock::Panel for ProjectPanel {
fn should_show_badge(&self, _: &AppContext) -> bool {
false
}