summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Kreider <rjkreider@gmail.com>2026-06-08 13:31:41 -0400
committerRich Kreider <rjkreider@gmail.com>2026-06-08 13:31:41 -0400
commit28d62ad141c9d5f6987c44225bb10b20a90c0fbe (patch)
tree9e25ff8a3701ee9e26205c311b0db88ef47a3e0b
parent8a0d12776967844df9f3c58b460467ebe84d7aba (diff)
removed internal denotionHEADmain
-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"