mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 10:44:46 +00:00
run the anim before running the app
if running the app blocks for a while having the anim running already
This commit is contained in:
parent
a0be58c595
commit
f97c377b06
1 changed files with 2 additions and 2 deletions
|
|
@ -360,11 +360,11 @@ Item {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
clickFedbackAnimation.target = item;
|
||||||
|
clickFedbackAnimation.running = true;
|
||||||
feedbackWindow.title = item.modelData.ApplicationNameRole;
|
feedbackWindow.title = item.modelData.ApplicationNameRole;
|
||||||
feedbackWindow.state = "open";
|
feedbackWindow.state = "open";
|
||||||
plasmoid.nativeInterface.applicationListModel.runApplication(item.modelData.ApplicationStorageIdRole);
|
plasmoid.nativeInterface.applicationListModel.runApplication(item.modelData.ApplicationStorageIdRole);
|
||||||
clickFedbackAnimation.target = item;
|
|
||||||
clickFedbackAnimation.running = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaCore.ColorScope {
|
PlasmaCore.ColorScope {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue