Added Beta to the Skills tab name

This commit is contained in:
kiyreload27
2025-12-28 17:44:46 +00:00
parent 32fb35cc66
commit 7605bfdfeb

View File

@@ -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)