diff --git a/src/main.rs b/src/main.rs index faefdf8..e809460 100644 --- a/src/main.rs +++ b/src/main.rs @@ -339,7 +339,7 @@ impl App { impl Application for App { type Message = Msg; - type Executor = iced::executor::Default; + type Executor = cosmic::SingleThreadExecutor; type Flags = Args; const APP_ID: &'static str = "com.system76.CosmicWorkspaces";