This commit is contained in:
sxyazi 2024-06-08 18:22:43 +08:00
parent 376a0b8c0d
commit cbc785b44d
No known key found for this signature in database

View file

@ -171,7 +171,7 @@ mod mouse {
} }
#[cfg(windows)] #[cfg(windows)]
fn execute_winapi(&self) -> io::Result<()> { fn execute_winapi(&self) -> std::io::Result<()> {
if MANAGER.mouse_events.is_empty() { if MANAGER.mouse_events.is_empty() {
Ok(()) Ok(())
} else if self.0 { } else if self.0 {