Skip to content

Commit

Permalink
chore: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Sep 20, 2024
1 parent ac24199 commit 841c3b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1290,8 +1290,6 @@ impl MultiApplication for LalaMusicBar {
}

fn subscription(&self) -> iced::Subscription<Self::Message> {
//let rv = self.receiver.clone();

iced::Subscription::batch([
iced::time::every(std::time::Duration::from_secs(1))
.map(|_| Message::RequestDBusInfoUpdate),
Expand Down

0 comments on commit 841c3b6

Please sign in to comment.