feat: load page data asynchronously with tokio
This commit is contained in:
parent
b2cb2b2e70
commit
d4c83c6de7
7 changed files with 48 additions and 60 deletions
|
|
@ -66,7 +66,7 @@ pub enum Message {
|
|||
}
|
||||
|
||||
impl Application for SettingsApp {
|
||||
type Executor = iced::executor::Default;
|
||||
type Executor = cosmic::executor::single::Executor;
|
||||
type Flags = ();
|
||||
type Message = Message;
|
||||
type Theme = Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue