Show terminal count in panel button
This commit is contained in:
parent
02066afb0e
commit
e6be35c9a5
4 changed files with 33 additions and 25 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue