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