appDisplay: Fix a typo in the DEFAULT_FOLDERS definition
This causes a crash because when we look for 'categories' later for this entry, it's undefined. Signed-off-by: Adam Williamson <awilliam@redhat.com> Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2238>
This commit is contained in:
parent
0db64d3562
commit
81029c7d6c
@ -79,7 +79,7 @@ const DEFAULT_FOLDERS = {
|
|||||||
},
|
},
|
||||||
'YaST': {
|
'YaST': {
|
||||||
name: 'suse-yast.directory',
|
name: 'suse-yast.directory',
|
||||||
categegories: ['X-SuSE-YaST'],
|
categories: ['X-SuSE-YaST'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user