feat: Add window title configuration and update related components and tests

This commit is contained in:
claudi 2026-01-30 11:28:23 +01:00
parent c621e63a8d
commit 8e97f85c64
8 changed files with 13 additions and 1 deletions

View file

@ -245,7 +245,7 @@ class MainWindow(QMainWindow):
self._is_manual_check = False # Track if this is a manual check (for UI feedback)
# Set window properties
self.setWindowTitle(f"{config.app_name} v{config.app_version}")
self.setWindowTitle(config.window_title)
self.setGeometry(
100,
100,