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:
parent
518b6b3b7d
commit
d7a451010f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user