Changed cosmic::command module to cosmic::task and changed cosmic::Task to reexport cosmic::app::Task instead of iced::Task
This commit is contained in:
parent
525a14cfb1
commit
a64529af17
15 changed files with 34 additions and 34 deletions
|
|
@ -22,8 +22,8 @@ pub use app::{Application, ApplicationExt};
|
|||
#[cfg(feature = "applet")]
|
||||
pub mod applet;
|
||||
|
||||
pub use iced::Task;
|
||||
pub mod command;
|
||||
pub use app::Task;
|
||||
pub mod task;
|
||||
|
||||
pub mod config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue