qdarktheme erstmal wieder deaktiviert
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ from PySide6.QtWidgets import QApplication
|
||||
|
||||
from MainWindow import MainWindow
|
||||
|
||||
import qdarktheme
|
||||
#import qdarktheme
|
||||
|
||||
|
||||
def main():
|
||||
@@ -13,7 +13,7 @@ def main():
|
||||
app = QApplication(sys.argv)
|
||||
|
||||
# Dark Theme aktivieren
|
||||
qdarktheme.setup_theme("auto")
|
||||
# qdarktheme.setup_theme("auto")
|
||||
|
||||
# Hauptfenster erstellen
|
||||
window = MainWindow()
|
||||
|
||||
Reference in New Issue
Block a user