mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreen: Fix removing apps from homescreen not persisting
This commit is contained in:
parent
edb0b58309
commit
058de1555e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ PC3.RoundButton {
|
|||
ScriptAction {
|
||||
script: {
|
||||
appletsLayout.releaseSpace(delegate);
|
||||
HomeScreenComponents.ApplicationListModel.removeFavorite(index);
|
||||
HomeScreenComponents.FavoritesModel.removeFavorite(index);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue