Merge pull request #220 from dalf/fix-category-order

[fix] /preferences: remove the empty engine category "social medias"(it is "social media")
This commit is contained in:
Markus Heiser 2021-07-23 08:52:39 +00:00 committed by GitHub
commit ea0f4346b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ CATEGORY_ORDER = [
'it',
'science',
'files',
'social medias',
'social media',
]
STR_TO_BOOL = {
'0': False,