feat(executor): add cosmic::executor::Default
This commit is contained in:
parent
a1b3d6ec38
commit
cc21b9baa1
4 changed files with 13 additions and 7 deletions
|
|
@ -302,7 +302,7 @@ impl Window {
|
|||
}
|
||||
|
||||
impl Application for Window {
|
||||
type Executor = iced::executor::Default;
|
||||
type Executor = cosmic::executor::Default;
|
||||
type Flags = ();
|
||||
type Message = Message;
|
||||
type Theme = Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue