From 737c9dde43bfcc0e4c9fbf061b66ccda2c70ca76 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 3 Apr 2021 21:14:23 -0400 Subject: [PATCH] Update v1.12.py --- src/unstable/v1.12.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstable/v1.12.py b/src/unstable/v1.12.py index 1a7983c..5689357 100644 --- a/src/unstable/v1.12.py +++ b/src/unstable/v1.12.py @@ -328,7 +328,7 @@ def doPasswordsMatch(): return matches = passwordInput.get()==cPasswordInput.get() if passwordInput.get() and matches: - passwordMatchesString.set("✔") + passwordMatchesString.set("✔️") style.configure("PasswordMatches.TLabel",foreground="#149414") startBtn["state"] = "normal" startBtn.config(cursor="hand2")