Fix patch paths

This commit is contained in:
Thoronium
2023-02-27 19:26:04 -07:00
parent b18f7a0cf6
commit 9e6029faf3
4 changed files with 8 additions and 8 deletions

View File

@@ -94,7 +94,7 @@ pub fn install_location() -> String {
}
#[tauri::command]
pub fn set_migoto_target(path: String, migoto_path: String) -> bool {
pub fn set_migoto_target(_path: String, migoto_path: String) -> bool {
let mut migoto_pathbuf = PathBuf::from(migoto_path);
migoto_pathbuf.pop();