This commit is contained in:
Ksaper 2023-03-03 14:32:56 +02:00
parent 297ea259bb
commit 6f5b50fb4f
1 changed files with 2 additions and 0 deletions

View File

@ -464,6 +464,8 @@ function app_launcher:search()
for _, matched_app in ipairs(self._private.matched_apps) do
if #self:get_grid().children + 1 <= self._private.max_apps_per_page then
self:get_grid():add(app_widget:get(self, matched_app))
else
break
end
end
else