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/bug-view-133829.html Change-Id: I4954868fe561a03d6faa51a5ad5e9f496a15e233
This commit is contained in:
parent
a81c3faf4b
commit
f25258ca20
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user