fix: update libcosmic and remove resize option from workspaces window builder
This commit is contained in:
parent
5a15ef8d7f
commit
93385bc42c
4 changed files with 35 additions and 37 deletions
|
|
@ -179,7 +179,7 @@ impl Application for Window {
|
|||
Message::CurrentGraphics(match cur_graphics {
|
||||
Ok(g) => Some(g),
|
||||
Err(err) => {
|
||||
dbg!(err);
|
||||
tracing::error!("{:?}", err);
|
||||
None
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue