Skip to content

Commit d2dee9e

Browse files
committed
add random sort back
1 parent 8a7f0ad commit d2dee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/containers/AppToolbar/Menus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const sortMenuData: Array<{
6161
{ prop: 'dateAdded', icon: IconSet.FILTER_DATE, text: 'Date added' },
6262
{ prop: 'dateModified', icon: IconSet.FILTER_DATE, text: 'Date modified' },
6363
{ prop: 'dateCreated', icon: IconSet.FILTER_DATE, text: 'Date created' },
64-
// { prop: 'random', icon: IconSet.RELOAD_COMPACT, text: 'Random', hideDirection: true },
64+
{ prop: 'random', icon: IconSet.RELOAD_COMPACT, text: 'Random', hideDirection: true },
6565
];
6666

6767
export const SortMenuItems = observer(() => {

0 commit comments

Comments
 (0)