mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +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 {
|
ScriptAction {
|
||||||
script: {
|
script: {
|
||||||
appletsLayout.releaseSpace(delegate);
|
appletsLayout.releaseSpace(delegate);
|
||||||
HomeScreenComponents.ApplicationListModel.removeFavorite(index);
|
HomeScreenComponents.FavoritesModel.removeFavorite(index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue