fix: remove sound settings menu button
This commit is contained in:
parent
2f33509d2a
commit
a7c5a2f2ba
1 changed files with 1 additions and 1 deletions
|
|
@ -869,7 +869,7 @@ impl cosmic::Application for Audio {
|
||||||
)
|
)
|
||||||
.padding([0, 24]),
|
.padding([0, 24]),
|
||||||
// padded_control(divider::horizontal::default()),
|
// padded_control(divider::horizontal::default()),
|
||||||
menu_button(text(fl!("sound-settings")).size(14))//.on_press(Message::OpenSettings)
|
// menu_button(text(fl!("sound-settings")).size(14)).on_press(Message::OpenSettings)
|
||||||
]
|
]
|
||||||
.align_items(Alignment::Start)
|
.align_items(Alignment::Start)
|
||||||
.padding([8, 0]);
|
.padding([8, 0]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue