mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
macOS: Fix regression in previous release that caused link color to be light blue even when not using dark color themes
This commit is contained in:
parent
834f08747a
commit
4e776ca18b
@ -1077,7 +1077,7 @@ class Application(QApplication):
|
||||
return
|
||||
self.is_dark_theme = is_dark_theme()
|
||||
self.setProperty('is_dark_theme', self.is_dark_theme)
|
||||
if isosx:
|
||||
if isosx and self.is_dark_theme:
|
||||
self.fix_dark_theme_colors()
|
||||
self.palette_changed.emit()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user