chore: align subscriptions with local stack
This commit is contained in:
parent
553c05e2f0
commit
32d71847b6
10 changed files with 12 additions and 12 deletions
|
|
@ -11,7 +11,7 @@ cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bi
|
|||
secret-service = { version = "5.1.0", features = ["rt-tokio-crypto-rust"] }
|
||||
nm-secret-agent-manager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
futures = "0.3.32"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
iced_futures = { path = "../../../libcosmic/iced/futures" }
|
||||
itertools = "0.14.0"
|
||||
secure-string = "0.3.0"
|
||||
thiserror = "2.0.18"
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ pub fn subscription<I: 'static + Hash + Copy + Send + Sync + Debug>(
|
|||
conn,
|
||||
},
|
||||
|Wrapper {
|
||||
id,
|
||||
id: _,
|
||||
has_popup,
|
||||
conn,
|
||||
}| {
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ pub fn subscription<I: Copy + Debug + std::hash::Hash + 'static>(
|
|||
self.id.hash(state);
|
||||
}
|
||||
}
|
||||
Subscription::run_with(Wrapper { id, conn }, |Wrapper { id, conn }| {
|
||||
Subscription::run_with(Wrapper { id, conn }, |Wrapper { id: _, conn }| {
|
||||
let conn = conn.clone();
|
||||
stream::channel(
|
||||
50,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue