summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 1265337..2ddab33 100644
--- a/main.py
+++ b/main.py
@@ -265,7 +265,7 @@ class PCITool:
ttk.Label(f, text=APP_TITLE,
font=("Segoe UI", 17, "bold")).pack(pady=(0, 8))
- ttk.Label(f, text=f"v{VERSION} | CTC Internal Tool",
+ ttk.Label(f, text=f"v{VERSION}",
foreground="#777").pack()
ttk.Separator(f).pack(fill=tk.X, pady=16)
ttk.Label(f, text="Select an SAQ type in the left panel,\n"