appDisplay: Add Pardus apps to default folder list

Those are distro-specific apps like YaST on Suse.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2875>
This commit is contained in:
aliriza 2023-08-09 07:49:40 +00:00 committed by Marge Bot
parent 01f2a65fe6
commit d94f7dae1d

View File

@ -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) {