mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
fix: 修复任务栏无法打开控制中心的问题
控制中心的ShowPage参数做了调整,此处根据需要修改后即可打开 Log: Influence: 任务栏-右键-任务栏设置,观察控制中心是否正常打开 Bug: https://pms.uniontech.com/bug-view-134291.html Change-Id: I5dc69119c2dc7ce051fa672d08261e94b6b36fc7
This commit is contained in:
parent
4f7704ad6f
commit
6f2d8b6da6
@ -163,8 +163,7 @@ void MenuWorker::onDockSettingsTriggered()
|
||||
.path("/com/deepin/dde/ControlCenter")
|
||||
.interface("com.deepin.dde.ControlCenter")
|
||||
.method("ShowPage")
|
||||
.arg(QString("personalization"))
|
||||
.arg(QString("Dock"))
|
||||
.arg(QString("personalization/dock"))
|
||||
.call();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user