feat: Add main application window with tabbed interface and bump version to 5.4.0.
This commit is contained in:
@@ -164,7 +164,7 @@ class MainWindow:
|
||||
|
||||
# Training Sim Tab
|
||||
self.sim_frame = TrainingSimFrame(self.notebook)
|
||||
self.notebook.add(self.sim_frame, text=" 📈 Training Sim ")
|
||||
self.notebook.add(self.sim_frame, text=" 📈 Training Sim (Beta) ")
|
||||
|
||||
def create_status_bar(self, parent):
|
||||
"""Create status bar at bottom"""
|
||||
|
||||
Reference in New Issue
Block a user