fix dark mode target Qt version
This commit is contained in:
parent
65ec9d190d
commit
a634188ec5
@ -23,7 +23,7 @@ class ThemeManager:
|
||||
return False
|
||||
if not isMac:
|
||||
return False
|
||||
if qtminor < 14:
|
||||
if qtminor < 13:
|
||||
return False
|
||||
import darkdetect # pylint: disable=import-error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user