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:
parent
01f2a65fe6
commit
d94f7dae1d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user