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

This commit is contained in:
Marc 'risson' Schmitt
2024-07-04 13:29:33 +02:00
committed by GitHub
parent b8006068e9
commit 763a19b914
5 changed files with 0 additions and 31 deletions

View File

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