Skip to content

Commit

Permalink
Update examples/iced.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Amr Bashir <[email protected]>
  • Loading branch information
nednoodlehead and amrbashir authored Apr 5, 2024
1 parent 67be603 commit a96ffa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/iced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ impl Application for Example {
}

fn subscription(&self) -> Subscription<Self::Message> {
// if you want to have multiple subscriptions, do it like this:
// iced::Subscription::batch(vec![self.hotkey_sub(), self.test_sub()])
self.hotkey_sub()
}
}
Expand Down

0 comments on commit a96ffa2

Please sign in to comment.