Skip to content

fix: correct restore feature function name in mac id modifier #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

argsno
Copy link

@argsno argsno commented Feb 8, 2025

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.

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.
@@ -609,7 +609,7 @@ main() {
show_follow_info

# 新增恢复功能选项
restore_feature

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that make sense:)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants