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> {
|
||||
let image = capture_image(workspace.img_for_output.get(output));
|
||||
column![
|
||||
close_button(Msg::CloseWorkspace(workspace.handle.clone())),
|
||||
// TODO editable name?
|
||||
widget::button(column![image, widget::text(&workspace.name)])
|
||||
.selected(workspace.is_active)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue