Sine Striker
2023-12-26 c8a5a82994e513acb00ba0e1f0b882ccbb18a6db
src/core/style/styleagent_win.cpp
@@ -30,9 +30,7 @@
                        return true;
                    case WM_SETTINGCHANGE: {
                        if (!msg->wParam && msg->lParam &&
                            std::wcscmp(reinterpret_cast<LPCWSTR>(msg->lParam), L"ImmersiveColorSet") ==
                            0) {
                        if (isImmersiveColorSetChange(msg->wParam, msg->lParam)) {
                            return true;
                        }
                        break;