refactor: status area single threaded executor
This commit is contained in:
parent
110c68d9a8
commit
09062c10c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue