src/core/style/styleagent_win.cpp @@ -55,10 +55,7 @@ } }(); for (auto &&ap : std::as_const(*g_styleAgentSet())) { if (ap->systemTheme != theme) { ap->systemTheme = theme; ap->notifyThemeChanged(theme); } } }