mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix: 修复任务栏右键菜单无法调转控制中心个性化菜单的问题
调用控制中心的ShowPage接口,第二个接口数据来源于模块的name函数,个性化插件里面的name用tr进行了翻译,导致,使用Dock无法跳转,需要使用‘任务栏’才行 这里不应该翻译,指定为Dock即可 Log: 修复任务栏右键跳转控制中心失败问题 Task: https://pms.uniontech.com/zentao/task-view-89518.html Influence: 任务栏右键菜单-任务栏配置选项,点击后正常打开控制中心 Change-Id: Ifa342dbf055c120a91683744be796160dc191962
This commit is contained in:
parent
0181e8f10b
commit
da0e4c09d3
@ -89,7 +89,7 @@ QString SettingsModule::follow() const
|
||||
|
||||
const QString SettingsModule::name() const
|
||||
{
|
||||
return tr("Dock");
|
||||
return QStringLiteral("Dock");
|
||||
}
|
||||
|
||||
void SettingsModule::showPage(const QString &pageName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user