mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-27 14:50:21 +03:00
fix #336,launcher action a bit earlier
This commit is contained in:
parent
a88b459b8a
commit
06394d01ff
@ -492,6 +492,10 @@ Item{
|
||||
easing.type: Easing.OutBounce
|
||||
}
|
||||
|
||||
ScriptAction {
|
||||
script: mainItemContainer.launcherAction();
|
||||
}
|
||||
|
||||
ParallelAnimation{
|
||||
PropertyAnimation {
|
||||
target: wrapper
|
||||
@ -524,7 +528,6 @@ Item{
|
||||
|
||||
mainItemContainer.setBlockingAnimation(false);
|
||||
mainItemContainer.animationEnded();
|
||||
mainItemContainer.launcherAction();
|
||||
}
|
||||
|
||||
function clearAnimationsSignals() {
|
||||
@ -563,8 +566,10 @@ Item{
|
||||
init();
|
||||
start();
|
||||
}
|
||||
else
|
||||
else{
|
||||
stopped();
|
||||
mainItemContainer.launcherAction();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user