mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Will not force standard palette (#1219)
This commit is contained in:
parent
f4c04019da
commit
888715e28b
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ class Application(QApplication):
|
|||
if darkdetect.isDark():
|
||||
self.styleHints().setColorScheme(Qt.ColorScheme.Dark)
|
||||
|
||||
self.setStyle(QStyleFactory.create("Fusion"))
|
||||
self.setPalette(QApplication.style().standardPalette())
|
||||
if sys.platform.startswith("win"):
|
||||
self.setStyle(QStyleFactory.create("Fusion"))
|
||||
|
||||
self.settings = Settings()
|
||||
font_size = self.settings.value(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue