Remove workspace close button for now
This commit is contained in:
parent
ab4cfd5bc5
commit
ea0de44e42
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ pub(crate) fn workspace_item<'a>(
|
||||||
) -> cosmic::Element<'a, Msg> {
|
) -> cosmic::Element<'a, Msg> {
|
||||||
let image = capture_image(workspace.img_for_output.get(output));
|
let image = capture_image(workspace.img_for_output.get(output));
|
||||||
column![
|
column![
|
||||||
close_button(Msg::CloseWorkspace(workspace.handle.clone())),
|
|
||||||
// TODO editable name?
|
// TODO editable name?
|
||||||
widget::button(column![image, widget::text(&workspace.name)])
|
widget::button(column![image, widget::text(&workspace.name)])
|
||||||
.selected(workspace.is_active)
|
.selected(workspace.is_active)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue