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

do not colorize for IndexerSupported applets

This commit is contained in:
Michail Vourlakos 2021-02-01 17:20:37 +02:00
parent ba502fa595
commit d90f195069

View File

@ -84,7 +84,7 @@ Item {
&& root.dragOverlay.pressed
property bool userBlocksColorizing: false
property bool appletBlocksColorizing: !communicator.requires.latteSideColoringEnabled
property bool appletBlocksColorizing: !communicator.requires.latteSideColoringEnabled || communicator.indexerIsSupported
property bool appletBlocksParabolicEffect: communicator.requires.parabolicEffectLocked
property bool lockZoom: false