[fix] /preferences: remove the empty engine category "social medias" (it is "social media")

This commit is contained in:
Alexandre Flament 2021-07-23 10:43:16 +02:00
parent 6869119f5e
commit b1100e2b7d

View file

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