Changed the message notification for system color change.
This commit is contained in:
parent
95e74dfd13
commit
4028b64fcc
|
@ -78,7 +78,7 @@ public:
|
||||||
{
|
{
|
||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
else if (msg->message == WM_DWMCOLORIZATIONCOLORCHANGED)
|
else if (msg->message == WM_SETTINGCHANGE)
|
||||||
{
|
{
|
||||||
if (theGUI && theConf->GetInt("Options/UseDarkTheme", 2) == 2)
|
if (theGUI && theConf->GetInt("Options/UseDarkTheme", 2) == 2)
|
||||||
theGUI->UpdateTheme();
|
theGUI->UpdateTheme();
|
||||||
|
|
Loading…
Reference in New Issue