mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fixed(dock): trash icon always no display when display mode is fashion
mode bug: 1976
This commit is contained in:
parent
8590b4ae86
commit
2c16b6f98b
@ -145,7 +145,7 @@ void TrashPlugin::pluginStateSwitched()
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_trashWidget && displayMode() == Dock::Fashion) {
|
||||
if (m_trashWidget) {
|
||||
m_proxyInter->itemAdded(this, pluginName());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user