From 16b6ba95e274d5459e32b007f8250a3826cf5910 Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sun, 6 Apr 2025 17:31:57 +0800 Subject: [PATCH] fix: Update RESET emoji in totally_reset_cursor.py for improved clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed the RESET emoji from an invalid character to a clear refresh symbol (🔄) for better user understanding. --- totally_reset_cursor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/totally_reset_cursor.py b/totally_reset_cursor.py index 44d1d67..7bf0ffb 100644 --- a/totally_reset_cursor.py +++ b/totally_reset_cursor.py @@ -26,7 +26,7 @@ EMOJI = { "SUCCESS": "✅", "ERROR": "❌", "INFO": "ℹ️", - "RESET": "��", + "RESET": "🔄", "WARNING": "⚠️", }