Skip to content

Commit

Permalink
refactor: status area single threaded executor
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Nov 7, 2024
1 parent 110c68d commit 3902155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-applet-status-area/src/components/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 3902155

Please sign in to comment.