mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-13 05:17:48 +03:00
dont block parabolic effect for expanded applets
This commit is contained in:
parent
78dce5d5e6
commit
fae249560e
@ -30,6 +30,5 @@ Ability.ParabolicEffectPrivate {
|
||||
factor.zoom: LatteCore.WindowSystem.compositingActive && animations.active ? ( 1 + (plasmoid.configuration.zoomLevel / 20) ) : 1
|
||||
factor.maxZoom: Math.max(factor.zoom, applets.require.maxInnerZoomFactor)
|
||||
restoreZoomIsBlocked: (view && view.contextMenuIsShown)
|
||||
|| (view && view.extendedInterface.hasExpandedApplet)
|
||||
|| (applets.parabolic.restoreZoomIsBlocked)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user