From c459475b14251ee17fb03ef961af27d3b3c2a192 Mon Sep 17 00:00:00 2001 From: David Huang Date: Sat, 8 Feb 2025 08:46:33 +0800 Subject: [PATCH] fix: correct restore feature function name in mac id modifier Changed restore_feature to add_restore_feature in main() to match the actual function definition. This fixes the undefined function error and ensures the backup restore functionality works correctly. --- scripts/run/cursor_mac_id_modifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run/cursor_mac_id_modifier.sh b/scripts/run/cursor_mac_id_modifier.sh index 9ef4ab5..c5c2293 100644 --- a/scripts/run/cursor_mac_id_modifier.sh +++ b/scripts/run/cursor_mac_id_modifier.sh @@ -609,7 +609,7 @@ main() { show_follow_info # 新增恢复功能选项 - restore_feature + add_restore_feature } # 执行主函数