mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
fix: 修复点击蓝牙图标后控制中心蓝牙可被搜索选项自动打开的问题
历史遗留问题,当前已去除这条逻辑 Log: 优化蓝牙操作相关逻辑 Influence: 蓝牙功能 Bug: https://pms.uniontech.com/zentao/bug-view-112673.html Change-Id: I19dcecf811bd8ebadc3db4aa3561b487f7d9114f
This commit is contained in:
parent
da39234fb4
commit
a4336fd606
@ -281,6 +281,5 @@ void AdaptersManager::inflateAdapter(Adapter *adapter, const QJsonObject &adapte
|
||||
void AdaptersManager::adapterRefresh(const Adapter *adapter)
|
||||
{
|
||||
QDBusObjectPath dPath(adapter->id());
|
||||
m_bluetoothInter->SetAdapterDiscoverable(dPath, true);
|
||||
m_bluetoothInter->RequestDiscovery(dPath);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user