From ff2870952e1fbade7dcd97cb417a532c591949ff Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 21 Oct 2017 10:36:11 +0300 Subject: [PATCH] play removal animation for some windows also --during assigning activities for a launcher a window that had a launcher for the active activity maybe doesnt have any more when it is removed. in this cases the removal animation should be played --- .../contents/ui/task/animations/TaskRealRemovalAnimation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml b/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml index 65787fbe8..203ac671e 100644 --- a/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml @@ -35,7 +35,7 @@ SequentialAnimation { && !mainItemContainer.isStartup) property bool animation4: ((mainItemContainer.launcherUrl===root.launcherForRemoval - || mainItemContainer.launcherUrlWithIcon===root.launcherForRemoval )&& mainItemContainer.isLauncher) + || mainItemContainer.launcherUrlWithIcon===root.launcherForRemoval ) && !mainItemContainer.isStartup) property bool enabledAnimation: (animation1 || animation4) && (root.durationTime !== 0) && !mainItemContainer.inBouncingAnimation;