Revert "Revert "core: applications api: add option to only list apps with launch url (#10336)""

This reverts commit 1eb9d7a9d6.
This commit is contained in:
Jens Langhammer
2024-07-04 12:58:29 +02:00
parent 8b0058ada0
commit 36e418436b
4 changed files with 28 additions and 0 deletions

View File

@ -70,6 +70,7 @@ export class LibraryPage extends AKElement {
ordering: "name",
page,
pageSize: 100,
onlyWithLaunchUrl: true,
});
const applicationListFetch = await coreApi().coreApplicationsList(applicationListParams(1));