diff --git a/src/main.rs b/src/main.rs index 034c06b..0e90194 100644 --- a/src/main.rs +++ b/src/main.rs @@ -587,6 +587,12 @@ impl Application for App { fn core_mut(&mut self) -> &mut cosmic::app::Core { &mut self.core } + + fn style( + &self, + ) -> Option<::Style> { + Some(cosmic::theme::style::iced::Application::default()) + } } pub fn main() -> iced::Result {