desktop: fix rust build + bindings formatting

This commit is contained in:
Brendan Allan
2026-02-02 18:52:57 +08:00
parent 1832eeffc9
commit 9564c1d6be
3 changed files with 15 additions and 12 deletions

View File

@@ -569,6 +569,7 @@ fn setup_window_state_listener(app: &tauri::AppHandle, window: &tauri::WebviewWi
let (tx, mut rx) = mpsc::channel::<()>(1);
window.on_window_event(move |event| {
use tauri::WindowEvent;
if !matches!(event, WindowEvent::Moved(_) | WindowEvent::Resized(_)) {
return;
}