refactor: status area single threaded executor

This commit is contained in:
Ashley Wulber 2024-11-07 17:16:35 -05:00 committed by Ashley Wulber
parent 110c68d9a8
commit 09062c10c9

View file

@ -59,7 +59,7 @@ impl App {
impl cosmic::Application for App {
type Message = Msg;
type Executor = iced::executor::Default;
type Executor = cosmic::SingleThreadExecutor;
type Flags = ();
const APP_ID: &'static str = "com.system76.CosmicAppletStatusArea";