chore: update libcosmic
fixes input clipping
This commit is contained in:
parent
9a043e8b72
commit
619910c5cc
9 changed files with 388 additions and 85 deletions
|
|
@ -47,7 +47,7 @@ pub fn subscription() -> Subscription<Message> {
|
|||
struct LogindSubscription;
|
||||
|
||||
Subscription::run_with(TypeId::of::<LogindSubscription>(), |_| {
|
||||
cosmic::iced_futures::stream::channel(16, |mut msg_tx| async move {
|
||||
cosmic::iced::stream::channel(16, |mut msg_tx| async move {
|
||||
match handler(&mut msg_tx).await {
|
||||
Ok(()) => {}
|
||||
Err(err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue