mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreens/halcyon: Fix app icon during launch from favourites page
This commit is contained in:
parent
dd0c95ac3d
commit
9ff119282b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ Item {
|
|||
if (application.running) {
|
||||
launchAppWithAnim(0, 0, "", applicationName, applicationStorageId);
|
||||
} else {
|
||||
launchAppWithAnim(delegate.x + (PlasmaCore.Units.smallSpacing * 2), delegate.y + (PlasmaCore.Units.smallSpacing * 2), iconLoader.source, applicationName, applicationStorageId);
|
||||
launchAppWithAnim(delegate.x + (PlasmaCore.Units.smallSpacing * 2), delegate.y + (PlasmaCore.Units.smallSpacing * 2), delegate.applicationIcon, applicationName, applicationStorageId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue