Roberto

Results 3 comments of Roberto

Thats a pretty weird bug. Just faced it myself. Any reason why this happens? I guess the docs must be updated for this case so that others can fix it...

Second this. Have similar code structure ``` .on_tray_icon_event(move |app, event| { tauri_plugin_positioner::on_tray_event(app.app_handle(), &event); // Use move to capture app_handle if event.click_type == ClickType::Left { println!("tray icon clicked"); // let window...