mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +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) {
|
if (application.running) {
|
||||||
launchAppWithAnim(0, 0, "", applicationName, applicationStorageId);
|
launchAppWithAnim(0, 0, "", applicationName, applicationStorageId);
|
||||||
} else {
|
} 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