Update libcosmic/iced for advanced text rebase
This commit is contained in:
parent
60a4a2fa63
commit
078fc31713
5 changed files with 851 additions and 557 deletions
|
|
@ -82,7 +82,7 @@ pub enum Event {
|
|||
}
|
||||
|
||||
pub fn subscription() -> iced::Subscription<Event> {
|
||||
iced::subscription::run("wayland-sub", async { start() }.flatten_stream())
|
||||
iced::subscription::run_with_id("wayland-sub", async { start() }.flatten_stream())
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue