fix: resolve rebase conflicts and fix package name

This commit is contained in:
Lionel DARNIS 2026-07-22 15:21:58 +02:00
parent e6173b93ca
commit d1849f639b
5 changed files with 24 additions and 27 deletions

View file

@ -832,7 +832,6 @@ impl Program for CosmicWindowInternal {
fn background_color(&self, theme: &cosmic::Theme) -> Color {
if self.window.is_maximized(false) {
theme.cosmic().background(false).base.into()
theme.cosmic().background(false).base.into()
} else {
Color::TRANSPARENT
}