From 9401837784eac1a823f3de9b5d6e6271725e7470 Mon Sep 17 00:00:00 2001 From: Terence Liley <40266764+TLiley2@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:54:18 -0500 Subject: [PATCH] Update tr_GUI.py --- tr_GUI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tr_GUI.py b/tr_GUI.py index 911f208..4eac5af 100644 --- a/tr_GUI.py +++ b/tr_GUI.py @@ -116,7 +116,7 @@ def on_closing(): label = tk.Label(root, text="Please select the game \nyou are currently running",font=("Arial", 10, "bold")) label.grid(column=0, row=0, sticky=tk.S, padx=5, pady=5) -label = tk.Label(root, text="v1.00",font=("Arial", 10, "bold")) +label = tk.Label(root, text="v0.50",font=("Arial", 10, "bold")) label.grid(column=1, row=2, sticky=tk.S, padx=5, pady=5) button = tk.Button(root, text="Activate", command=lambda: backend.check_Status(n.get())) @@ -128,4 +128,4 @@ def on_closing(): # Keyboard shortcut for using "Activate" keyboard.add_hotkey(str(shortKey), lambda: button.invoke()) -root.mainloop() \ No newline at end of file +root.mainloop()