From f25258ca20cea6a5cddb6845fab2a10a91f84ae9 Mon Sep 17 00:00:00 2001 From: donghualin Date: Thu, 9 Jun 2022 17:17:27 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=93=9D=E7=89=99?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E4=B8=AD=E5=BF=83=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 控制中心接口名称已调整,此处修改接口名称 Log: Influence: 任务栏-蓝牙-右键-蓝牙设置,查看是否能打开控制中心 Bug: https://pms.uniontech.com/bug-view-133829.html Change-Id: I4954868fe561a03d6faa51a5ad5e9f496a15e233 --- plugins/bluetooth/bluetoothitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bluetooth/bluetoothitem.cpp b/plugins/bluetooth/bluetoothitem.cpp index 6eefe3559..65c8ba5d3 100644 --- a/plugins/bluetooth/bluetoothitem.cpp +++ b/plugins/bluetooth/bluetoothitem.cpp @@ -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(); }