Use single-threaded async executor
This commit is contained in:
parent
3a60ba9565
commit
b011ecd615
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ impl App {
|
||||||
|
|
||||||
impl Application for App {
|
impl Application for App {
|
||||||
type Message = Msg;
|
type Message = Msg;
|
||||||
type Executor = iced::executor::Default;
|
type Executor = cosmic::SingleThreadExecutor;
|
||||||
type Flags = Args;
|
type Flags = Args;
|
||||||
const APP_ID: &'static str = "com.system76.CosmicWorkspaces";
|
const APP_ID: &'static str = "com.system76.CosmicWorkspaces";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue