fix: 修复蓝牙插件无法打开控制中心的问题

控制中心接口名称已调整,此处修改接口名称

Log:
Influence: 任务栏-蓝牙-右键-蓝牙设置,查看是否能打开控制中心
Bug: https://pms.uniontech.com/bug-view-133829.html
Change-Id: I4954868fe561a03d6faa51a5ad5e9f496a15e233
This commit is contained in:
donghualin 2022-06-09 17:17:27 +00:00
parent a81c3faf4b
commit f25258ca20

View File

@ -121,7 +121,7 @@ void BluetoothItem::invokeMenuItem(const QString menuId, const bool checked)
.service("com.deepin.dde.ControlCenter")
.interface("com.deepin.dde.ControlCenter")
.path("/com/deepin/dde/ControlCenter")
.method(QString("ShowModule"))
.method(QString("ShowPage"))
.arg(QString("bluetooth"))
.call();
}