fix(desktop): matching the wrong desktop enrties and not getting icons

This commit is contained in:
Michael Aaron Murphy 2025-04-02 17:30:38 +02:00
parent 1486569481
commit 9b9600a5d6
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 86 additions and 135 deletions

View file

@ -6,18 +6,17 @@
#[cfg(feature = "xdg-portal")]
pub mod portal;
pub mod style;
use cosmic_theme::Spacing;
use cosmic_theme::ThemeMode;
pub use style::*;
use cosmic_config::CosmicConfigEntry;
use cosmic_config::config_subscription;
use cosmic_theme::Component;
use cosmic_theme::LayeredTheme;
use cosmic_theme::Spacing;
use cosmic_theme::ThemeMode;
use iced_futures::Subscription;
use iced_runtime::{Appearance, DefaultStyle};
use std::sync::{Arc, Mutex};
pub use style::*;
#[cfg(feature = "dbus-config")]
use cosmic_config::dbus;