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

@ -346,7 +346,6 @@ pub struct StatusBarPanelButtons {
pub group_bottom: ContainerStyle,
pub group_right: ContainerStyle,
pub button: Interactive<PanelButton>,
pub badge: ContainerStyle,
}
#[derive(Deserialize, Default)]