fix(network): remove settings button
This commit is contained in:
parent
06d81111e7
commit
0d778d05ef
1 changed files with 1 additions and 3 deletions
|
|
@ -818,9 +818,7 @@ impl cosmic::Application for CosmicNetworkApplet {
|
||||||
.push(scrollable(Column::with_children(list_col)).height(Length::Fixed(300.0)));
|
.push(scrollable(Column::with_children(list_col)).height(Length::Fixed(300.0)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
content = content.push(padded_control(divider::horizontal::default()));
|
|
||||||
content = content
|
|
||||||
.push(menu_button(text(fl!("settings")).size(14)).on_press(Message::OpenSettings));
|
|
||||||
self.core
|
self.core
|
||||||
.applet
|
.applet
|
||||||
.popup_container(content.padding([8, 0, 8, 0]))
|
.popup_container(content.padding([8, 0, 8, 0]))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue