Show terminal count in panel button

This commit is contained in:
Antonio Scandurra 2023-05-09 12:21:35 +02:00
parent 02066afb0e
commit e6be35c9a5
4 changed files with 33 additions and 25 deletions

View file

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