Skip to content

Commit d62327b

Browse files
committed
Fix: Add missing tauri::Manager import for Linux build
1 parent 1e75a09 commit d62327b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src-tauri/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ use state::AppState;
1010
use std::sync::Arc;
1111
use std::fs;
1212

13+
#[cfg(target_os = "linux")]
14+
use tauri::Manager;
15+
1316
/// Clean up any orphaned .sendme-* directories from previous runs
1417
/// Scans both current_dir and temp_dir to handle transition and legacy directories
1518
fn cleanup_orphaned_directories() {

0 commit comments

Comments
 (0)