refactor 1

This commit is contained in:
Julian Freeman
2026-04-18 15:55:03 -04:00
parent fe86431899
commit 2aaa330c9a
19 changed files with 1031 additions and 640 deletions

View File

@@ -6,7 +6,7 @@ use std::os::windows::process::CommandExt;
use std::collections::HashMap;
use std::path::PathBuf;
use tauri::{AppHandle, Manager};
use crate::emit_log;
use crate::services::log_service::emit_log;
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct RegistryValue {