Remove struct
This commit is contained in:
parent
bd1515cdd2
commit
fd9eff3a78
1 changed files with 0 additions and 9 deletions
|
@ -299,15 +299,6 @@ pub struct StatusBar {
|
||||||
pub diagnostic_message: Interactive<ContainedText>,
|
pub diagnostic_message: Interactive<ContainedText>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize, Default)]
|
|
||||||
pub struct TerminalButton {
|
|
||||||
#[serde(flatten)]
|
|
||||||
pub container: ContainerStyle,
|
|
||||||
pub icon_color: Color,
|
|
||||||
pub icon_size: f32,
|
|
||||||
pub text: TextStyle,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Deserialize, Default)]
|
#[derive(Deserialize, Default)]
|
||||||
pub struct StatusBarSidebarButtons {
|
pub struct StatusBarSidebarButtons {
|
||||||
pub group_left: ContainerStyle,
|
pub group_left: ContainerStyle,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue