From 28d62ad141c9d5f6987c44225bb10b20a90c0fbe Mon Sep 17 00:00:00 2001 From: Rich Kreider Date: Mon, 8 Jun 2026 13:31:41 -0400 Subject: removed internal denotion --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3