Skip to content

Commit

Permalink
fix: 修复任务栏打开系统监视器popup会覆盖在任务栏上
Browse files Browse the repository at this point in the history
 修复任务栏打开系统监视器popup会覆盖在任务栏上

Log:  修复任务栏打开系统监视器popup会覆盖在任务栏上

Bug: https://pms.uniontech.com/bug-view-240273.html
  • Loading branch information
jeffshuai authored and deepin-bot[bot] committed Feb 2, 2024
1 parent e3d4c9b commit 37f7b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DBusDockInterface: public QDBusAbstractInterface
}
public:
static inline const char *staticInterfaceName()
{ return common::systemInfo().DockService.toStdString().c_str(); }
{ return (common::systemInfo().isOldVersion() ? "com.deepin.dde.Dock": "org.deepin.dde.Dock1"); }

public:
explicit DBusDockInterface( QObject *parent = nullptr);
Expand Down

0 comments on commit 37f7b58

Please sign in to comment.