Commit d7fd85d
committed
fix: update connection for active window icon change
当前有多个源头触发 iconChanged: AppItem::currentActiveWindowChanged 和 DesktopfileAbstractParser::iconChanged。这会导致 iconName 的 loop binding。此修改将其中一个调整为 QueuedConnection 来避免循环绑定。
Log:1 parent ba91781 commit d7fd85d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
0 commit comments