homescreens/halcyon: Fix app icon during launch from favourites page

This commit is contained in:
Devin Lin 2023-03-06 23:03:46 -08:00
parent dd0c95ac3d
commit 9ff119282b

View file

@ -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);
}
}
}