Small fixes

Remove stable download buttons
This commit is contained in:
Thoronium
2023-02-25 18:37:36 -07:00
committed by GitHub
parent 7831bd48dc
commit 3848c39743
3 changed files with 6 additions and 7 deletions

View File

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