Skip to content

Commit 6894f8e

Browse files
committed
Fix: linux build issue
1 parent faa4f87 commit 6894f8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-tauri/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use commands::{start_sharing, stop_sharing, receive_file, get_sharing_status, ch
99
use state::AppState;
1010
use std::sync::Arc;
1111
use std::fs;
12+
use tauri::Manager;
1213

1314
/// Clean up any orphaned .sendme-* directories from previous runs
1415
/// Scans both current_dir and temp_dir to handle transition and legacy directories

0 commit comments

Comments
 (0)