1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-26 02:04:12 +03:00

disable smooth for task icons

This commit is contained in:
Michail Vourlakos 2021-02-03 21:53:46 +02:00
parent 518b6b3b7d
commit d7a451010f

View File

@ -78,11 +78,8 @@ Item {
id: taskIconItem
anchors.fill: parent
roundToIconSize: false
smooth: false
source: decoration
//! trying to avoid pixelated icons because of hovering animation triggered from PlasmaCore.IconItem
smooth: taskItem.parabolicItem.zoom > 1 && taskItem.parabolicItem.zoom < taskItem.abilities.parabolic.zoom
//active: (taskItem.containsMouse && !taskItem.abilities.indicators.info.providesHoveredAnimation)
visible: !badgesLoader.active
///states for launcher animation