From 7605bfdfeb078d53cb6dd728bb6edd7efed0eed4 Mon Sep 17 00:00:00 2001 From: kiyreload27 Date: Sun, 28 Dec 2025 17:44:46 +0000 Subject: [PATCH] Added Beta to the Skills tab name --- gui/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/main_window.py b/gui/main_window.py index 9a5595e..99cd97f 100644 --- a/gui/main_window.py +++ b/gui/main_window.py @@ -160,7 +160,7 @@ class MainWindow: # Skill Search Tab self.hints_frame = SkillSearchFrame(self.notebook) - self.notebook.add(self.hints_frame, text=" 🔍 Skill Search ") + self.notebook.add(self.hints_frame, text=" 🔍 Skill Search (Beta) ") # Training Sim Tab self.sim_frame = TrainingSimFrame(self.notebook)