chore: happy clippy

This commit is contained in:
oomeow
2025-10-02 14:30:55 +08:00
Unverified
parent bfa749d8a9
commit f92b3527de

View File

@@ -550,7 +550,6 @@ pub fn run() {
has_visible_windows,
..
} => {
let app_handle = app_handle.clone();
AsyncHandler::spawn(move || async move {
event_handlers::handle_reopen(has_visible_windows).await;
});