chore: update dependencies
Also removes unused dependencies from workspace members.
This commit is contained in:
parent
4224929098
commit
c54bf8e189
10 changed files with 138 additions and 130 deletions
|
|
@ -173,7 +173,10 @@ impl DockItem {
|
|||
|
||||
let cosmic_icon = fde::IconSource::from_unknown(desktop_info.icon().unwrap_or_default())
|
||||
.as_cosmic_icon()
|
||||
.size(app_icon.icon_size);
|
||||
// sets the preferred icon size variant
|
||||
.size(128)
|
||||
.width(app_icon.icon_size.into())
|
||||
.height(app_icon.icon_size.into());
|
||||
|
||||
let dots = if toplevels.is_empty() {
|
||||
(0..1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue