mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
update tasks edges when task becomes shown/hidden
This commit is contained in:
parent
e9b3cf2ed7
commit
9c15b90f78
@ -49,7 +49,8 @@ Item {
|
||||
|
||||
Connections{
|
||||
target: root
|
||||
onTasksCountChanged:parManager.updateTasksEdgesIndexes();
|
||||
onTasksCountChanged: parManager.updateTasksEdgesIndexes();
|
||||
onHiddenTasksUpdated: parManager.updateTasksEdgesIndexes();
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
|
Loading…
Reference in New Issue
Block a user