fix: 修复任务栏智能隐藏失败的问题
修复任务栏智能隐藏失败的问题,其它线程调用主线程定时器没有生效,使用信号槽进行关联 Log: Task: https://pms.uniontech.com/task-view-141249.html Influence: 任务栏智能隐藏功能正常 Change-Id: I6c2fc5f0550c94f5309012d4b1861efe35618fce
This commit is contained in:
@ -74,7 +74,7 @@ public:
|
||||
QString getDesktopFromWindowByBamf(XWindow windowId);
|
||||
|
||||
private Q_SLOTS:
|
||||
void handleWlActiveWindowchange();
|
||||
void handleWlActiveWindowChange();
|
||||
|
||||
private:
|
||||
Dock *dock;
|
||||
|
Reference in New Issue
Block a user