better
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-09-24 12:37:14 -05:00
parent 0d3f7180c9
commit 8068b57e71
4 changed files with 60 additions and 21 deletions

View file

@ -621,8 +621,8 @@ impl cosmic::Application for App {
// debug!(?dnd_event);
None
}
iced::Event::PlatformSpecific(platform_specific) => {
debug!(?platform_specific);
iced::Event::PlatformSpecific(_platform_specific) => {
// debug!(?platform_specific);
None
}
}