Skip to content

Commit

Permalink
Merge branch 'master' into dcc-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiWang1119 authored Jul 5, 2024
2 parents 802a969 + cfdc347 commit 3f51307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader/widgetplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void WidgetPlugin::itemAdded(PluginsItemInterface * const itemInter, const QStri
}
}
if (flag & Dock::Type_Quick || flag & Dock::Type_System
|| flag & Dock::Type_Tray || flag & Dock::Attribute_Normal) {
|| flag & Dock::Type_Tray) {
if (!Plugin::EmbedPlugin::contains(itemInter->pluginName(), Plugin::EmbedPlugin::Tray, itemKey) && m_pluginsItemInterface->itemWidget(itemKey)) {
PluginItem *item = new PluginItem(itemInter, itemKey);
item->init();
Expand Down

0 comments on commit 3f51307

Please sign in to comment.