Force light rack colors on windows regardless of OS theme
This commit is contained in:
@@ -2,6 +2,8 @@ import wx
|
||||
|
||||
|
||||
def isDark():
|
||||
if 'wxMSW' in wx.PlatformInfo:
|
||||
return False
|
||||
try:
|
||||
return wx.SystemSettings.GetAppearance().IsDark()
|
||||
except (KeyboardInterrupt, SystemExit):
|
||||
|
||||
Reference in New Issue
Block a user