Deutsche Sprachanweisung und Code-Bereinigung
- CLAUDE.md: Deutsche Sprachanweisung am Anfang hinzugefügt - src/main.py: Auskommentierten qdarktheme Code entfernt (Import und Setup) - Verbessert Code-Qualität durch Entfernen von totem Code 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user