homescreen: Fix removing apps from homescreen not persisting

This commit is contained in:
Devin Lin 2021-12-31 22:16:13 -05:00
parent edb0b58309
commit 058de1555e

View file

@ -56,7 +56,7 @@ PC3.RoundButton {
ScriptAction {
script: {
appletsLayout.releaseSpace(delegate);
HomeScreenComponents.ApplicationListModel.removeFavorite(index);
HomeScreenComponents.FavoritesModel.removeFavorite(index);
}
}
}