Use single-threaded async executor

This commit is contained in:
Ian Douglas Scott 2024-04-19 10:53:54 -07:00
parent 3a60ba9565
commit b011ecd615

View file

@ -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";