Skip to content

Commit

Permalink
bak
Browse files Browse the repository at this point in the history
  • Loading branch information
TC999 committed Jan 7, 2025
1 parent 2e9a276 commit 281169a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/confirmation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ pub fn handle_delete_confirmation(
*status = Some(format!("删除文件夹 {} 时发生错误: {}", folder_name, err));
}
}
// 成功删除文件夹后关闭弹窗
*confirm_delete = None;
} else {
eprintln!("无法获取 {} 文件夹路径", selected_appdata_folder);
logger::log_error(&format!(
Expand Down

0 comments on commit 281169a

Please sign in to comment.