Merge pull request #2307 from okrc/okrc-patch-2

Changed the message notification for system color change.
This commit is contained in:
DavidXanatos 2022-10-07 11:54:22 +02:00 committed by GitHub
commit 3fd5c49c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
theGUI->UpdateTheme();