mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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;
|
||||
}
|
||||
|
||||
clickFedbackAnimation.target = item;
|
||||
clickFedbackAnimation.running = true;
|
||||
feedbackWindow.title = item.modelData.ApplicationNameRole;
|
||||
feedbackWindow.state = "open";
|
||||
plasmoid.nativeInterface.applicationListModel.runApplication(item.modelData.ApplicationStorageIdRole);
|
||||
clickFedbackAnimation.target = item;
|
||||
clickFedbackAnimation.running = true;
|
||||
}
|
||||
|
||||
PlasmaCore.ColorScope {
|
||||
|
|
|
|||
Loading…
Reference in a new issue