chore: updates after iced-rebase

This commit is contained in:
Ashley Wulber 2026-03-31 16:34:59 -04:00 committed by GitHub
parent bd0d180482
commit 71d9d6d5bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 1786 additions and 2396 deletions

View file

@ -5,7 +5,6 @@ edition = "2024"
license = "GPL-3.0-only"
[dependencies]
# cosmic-time.workspace = true
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }
i18n-embed-fl.workspace = true
i18n-embed.workspace = true

View file

@ -21,9 +21,9 @@ use cosmic::{
prelude::*,
surface, theme,
widget::{
self, autosize, horizontal_space,
self, autosize,
rectangle_tracker::{RectangleTracker, RectangleUpdate, rectangle_tracker_subscription},
vertical_space,
space,
},
};
use cosmic_comp_config::CosmicCompConfig;
@ -291,7 +291,7 @@ impl cosmic::Application for Window {
])
}
fn style(&self) -> Option<Appearance> {
fn style(&self) -> Option<cosmic::iced::theme::Style> {
Some(cosmic::applet::style())
}
}