mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-12 01:17:55 +03:00
hide task number when launcher is bouncing
This commit is contained in:
parent
8aff1cf694
commit
e8fb9e9d22
@ -470,7 +470,7 @@ Item{
|
||||
Loader{
|
||||
id: taskNumberLoader
|
||||
anchors.fill: iconImageBuffer
|
||||
active: opacityN>0
|
||||
active: opacityN>0 && !launcherAnimation.running
|
||||
asynchronous: true
|
||||
|
||||
property int fixedIndex: {
|
||||
|
Loading…
Reference in New Issue
Block a user