chore: update dependencies

Also removes unused dependencies from workspace members.
This commit is contained in:
Vukašin Vojinović 2025-09-10 12:43:40 +02:00 committed by Michael Murphy
parent 4224929098
commit c54bf8e189
10 changed files with 138 additions and 130 deletions

View file

@ -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)