mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-10-16 06:00:45 +08:00
Refactor cursor reset functionality to enhance user experience with improved prompts and error handling. Update translation support for various messages and warnings in English, Chinese (Simplified and Traditional). Change function calls in main.py to align with updated definitions in totally_reset_cursor.py.
This commit is contained in:
2
main.py
2
main.py
@@ -498,7 +498,7 @@ def main():
|
||||
print_menu()
|
||||
elif choice == "10":
|
||||
import totally_reset_cursor
|
||||
totally_reset_cursor.run(translator)
|
||||
totally_reset_cursor.main(translator)
|
||||
print_menu()
|
||||
else:
|
||||
print(f"{Fore.RED}{EMOJI['ERROR']} {translator.get('menu.invalid_choice')}{Style.RESET_ALL}")
|
||||
|
Reference in New Issue
Block a user