Fix build

This commit is contained in:
Jeremy Soller 2025-07-10 15:00:52 -06:00
parent 6168d3c849
commit b44bef59c0
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 2 additions and 1 deletions

View file

@ -5365,7 +5365,7 @@ impl Application for App {
struct TimeSubscription;
let mut subscriptions = vec![
event::listen_with(|event, status, _window_id| match event {
event::listen_with(|event, status, window_id| match event {
Event::Keyboard(KeyEvent::KeyPressed {
key,
modifiers,