fix: disable sound settings menu button
This commit is contained in:
parent
2a4e1cf45d
commit
2f33509d2a
1 changed files with 2 additions and 2 deletions
|
|
@ -868,8 +868,8 @@ impl cosmic::Application for Audio {
|
||||||
.width(Length::Fill)
|
.width(Length::Fill)
|
||||||
)
|
)
|
||||||
.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