mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
refactor: fix new pedantic clippy warnings
This commit is contained in:
parent
36abe4073e
commit
06251e293e
4 changed files with 10 additions and 24 deletions
|
@ -123,9 +123,9 @@ impl Default for Config {
|
|||
}
|
||||
|
||||
Self {
|
||||
position: Default::default(),
|
||||
position: BarPosition::default(),
|
||||
height: default_bar_height(),
|
||||
margin: Default::default(),
|
||||
margin: MarginConfig::default(),
|
||||
name: None,
|
||||
popup_gap: default_popup_gap(),
|
||||
icon_theme: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue