diff --git a/packages/app-desktop/gui/ResourceScreen.tsx b/packages/app-desktop/gui/ResourceScreen.tsx index 8234c04f08..b0d20552a4 100644 --- a/packages/app-desktop/gui/ResourceScreen.tsx +++ b/packages/app-desktop/gui/ResourceScreen.tsx @@ -153,6 +153,7 @@ class ResourceScreenComponent extends React.Component { order: [{ by: getSortingOrderColumn(sorting.order), dir: sorting.type, + caseInsensitive: true, }], limit: MAX_RESOURCES, fields: ['title', 'id', 'size', 'file_extension'],