mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
Merge branch 'fengshaoxiong/uos_Bug33367' into 'uos'
fix(bluetooth): 点开任务栏蓝牙模块,显示重叠且多了几个开启项 See merge request dde-v20/dde-dock!621
This commit is contained in:
commit
2dfaf28284
@ -226,8 +226,6 @@ void AdapterItem::deviceChangeState(const Device::State state)
|
||||
int index = m_sortUnConnect.indexOf(deviceItem);
|
||||
if (index < 0)
|
||||
m_sortConnected.removeOne(deviceItem);
|
||||
else
|
||||
m_sortUnConnect.removeOne(deviceItem);
|
||||
}
|
||||
break;
|
||||
case Device::StateConnected: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user