1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

Revert "show task number correctly after bouncing animation"

This reverts commit 9c120d68119555986acec86603404790e65a9489.
This commit is contained in:
Michail Vourlakos 2017-12-25 21:17:36 +02:00
parent 9aa37e8e23
commit f777a5a587

View File

@ -456,8 +456,6 @@ Item{
}
}
Component.onCompleted: fixedIndex = parabolicManager.pseudoTaskIndex(index+1);
property real opacityN: root.showTasksNumbers && !mainItemContainer.isSeparator && fixedIndex<10 ? 1 : 0
Behavior on opacityN {