mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue