Skip to content

Commit

Permalink
mini+friends: Enable sorting by date and size
Browse files Browse the repository at this point in the history
Resolve #272
  • Loading branch information
danopernis committed Dec 30, 2024
1 parent aa75fb7 commit 89e5b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = (env, args) => {
WITH_PREVIEW_LAZY_QUEUE: true,
WITH_DOWNLOAD_BUTTON: true,
WITH_API_KEY_AUTH: false,
WITH_NAME_SORTING_ONLY: true,
WITH_NAME_SORTING_ONLY: false,
WITH_TELEMETRY_NOZZLE_DIAMETER: true,
WITH_V1_API: true,
...env,
Expand Down

0 comments on commit 89e5b84

Please sign in to comment.