Skip to content

Commit b4a3945

Browse files
copy
1 parent 59e0b25 commit b4a3945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-preferences-model/src/preferences-schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@ export const storedUserPreferencesProps: Required<{
546546
cli: true,
547547
global: true,
548548
description: {
549-
short: 'Show recent documents first',
550-
long: "If true, queries without a sort order will use '$natural: -1' as the sort order, which generally shows recently inserted documents first.",
549+
short: 'Default Sort for Query Bar',
550+
long: "All queries executed from the query bar will apply the sort order '$natural: -1'.",
551551
},
552552
validator: z.boolean().default(false),
553553
type: 'boolean',

0 commit comments

Comments
 (0)