Skip to content

Commit f4e9123

Browse files
18202781743deepin-bot[bot]
authored andcommitted
chore: quickpanel's theme doesn't change with setting
typo. pms: BUG-301153
1 parent cee9634 commit f4e9123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panels/dock/pluginmanagerextension.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ void PluginManager::onThemeChanged()
609609
{
610610
foreachPluginSurface([this](Resource *source) {
611611
auto theme = DGuiApplicationHelper::instance()->applicationTheme();
612-
send_active_color_changed(source->handle, theme->themeName(), theme->iconThemeName());
612+
send_theme_changed(source->handle, theme->themeName(), theme->iconThemeName());
613613
});
614614
}
615615

0 commit comments

Comments
 (0)