Fix: Windows Key Update

This commit is contained in:
Youwes09
2026-03-22 17:57:28 -05:00
parent a27c20fabf
commit 041f735a6e
3 changed files with 18 additions and 7 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ use std::sync::Mutex;
use std::io::Write;
use sysinfo::Disks;
use serde::Serialize;
use tauri::{Manager, WindowEvent, Emitter};
use tauri::{Manager, WindowEvent};
#[cfg(target_os = "windows")]
use tauri::Emitter;
use tauri_plugin_shell::{ShellExt, process::CommandChild};
use walkdir::WalkDir;