Small lints

This commit is contained in:
Thoronium
2023-04-28 13:52:24 -06:00
parent 4631a6d38d
commit bdb0fd3eb7
3 changed files with 5 additions and 1 deletions

View File

@@ -414,6 +414,7 @@ fn enable_grasscutter_watcher(window: tauri::Window, process: String) {
#[tauri::command]
fn enable_grasscutter_watcher(_window: tauri::Window, _process: String) {
let gc_pid = Pid::from(696969);
*GC_PID.lock().unwrap() = gc_pid.into();
}
#[tauri::command]