mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix: 修复控制中心“录屏截图”图标和任务栏插件区显示的图标不一致问题
在pluginIconMap中添加屏幕截图的插件图标 Log: 修复控制中心“录屏截图”图标和任务栏插件区显示的图标不一致问题。 Bug: https://pms.uniontech.com/bug-view-134011.html Influence: 插件图标显示 Change-Id: I46ee2a0751934805e85a644f8032d1beab60d300
This commit is contained in:
parent
32cabb615a
commit
a92dc694f2
@ -289,7 +289,8 @@ void ModuleWidget::initUI()
|
||||
, {"datetime", "dcc_dock_time"}
|
||||
, {"system-monitor", "dcc_dock_systemmonitor"}
|
||||
, {"grand-search", "dcc_dock_grandsearch"}
|
||||
, {"trash", "dcc_dock_trash"}};
|
||||
, {"trash", "dcc_dock_trash"}
|
||||
, {"shot-start-plugin", "shot-start-plugin"}};
|
||||
if (plugins.size() != 0) {
|
||||
layout->addSpacing(10);
|
||||
layout->addWidget(m_pluginAreaTitle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user