From d94f7dae1ded6e025c743b96b78527c5a3159e2f Mon Sep 17 00:00:00 2001 From: aliriza Date: Wed, 9 Aug 2023 07:49:40 +0000 Subject: [PATCH] appDisplay: Add Pardus apps to default folder list Those are distro-specific apps like YaST on Suse. Part-of: --- js/ui/appDisplay.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 665844f86..dc2133118 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -85,6 +85,10 @@ const DEFAULT_FOLDERS = { name: 'suse-yast.directory', categories: ['X-SuSE-YaST'], }, + 'Pardus': { + name: 'X-Pardus-Apps.directory', + categories: ['X-Pardus-Apps'], + }, }; function _getCategories(info) {