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

This commit is contained in:
Marc 'risson' Schmitt
2024-07-03 17:56:08 +02:00
committed by GitHub
parent 1789ed67e1
commit 42e0ff6492
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));