mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 17:14:36 +01:00
Small lints
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user