Refresh the app list when settings the favorites
This commit is contained in:
parent
7f34d48a97
commit
097f007a34
|
@ -599,7 +599,9 @@ end
|
|||
-- Sets favorites
|
||||
function app_launcher:set_favorites(favorites)
|
||||
self.favorites = favorites
|
||||
generate_apps(self)
|
||||
sort_apps(self)
|
||||
-- Refresh the app list
|
||||
search(self, self._private.text)
|
||||
end
|
||||
|
||||
--- Scrolls up
|
||||
|
|
Loading…
Reference in New Issue