diff --git a/CLAUDE.md b/CLAUDE.md index fd76f0b..ad70109 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # CLAUDE.md -This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +Spreche mit mir auf Deutsch! (Communicate with me in German!) ## Projektübersicht diff --git a/src/main.py b/src/main.py index 5cce3a2..fb55572 100644 --- a/src/main.py +++ b/src/main.py @@ -6,17 +6,12 @@ from ui.MainWindow import MainWindow from ui.AppSettings import AppSettingsDlg from conf import app_settings -# import qdarktheme - def main(): """Haupteinstiegspunkt der Anwendung.""" # QApplication-Instanz erstellen app = QApplication(sys.argv) - # Dark Theme aktivieren - # qdarktheme.setup_theme("auto") - # Hauptfenster erstellen window = MainWindow()