output: use natural sort for workspace ordering
Fixes: https://github.com/mahkoh/jay/issues/843
This commit is contained in:
parent
24293a53e7
commit
a71e97ce4e
5 changed files with 13 additions and 4 deletions
|
|
@ -5609,7 +5609,7 @@ The string should have one of the following values:
|
|||
|
||||
- `sorted`:
|
||||
|
||||
Workspaces are sorted alphabetically and cannot be manually dragged.
|
||||
Workspaces are sorted using natural ordering and cannot be manually dragged.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4533,7 +4533,7 @@ WorkspaceDisplayOrder:
|
|||
- value: manual
|
||||
description: Workspaces are not sorted and can be manually dragged.
|
||||
- value: sorted
|
||||
description: Workspaces are sorted alphabetically and cannot be manually dragged.
|
||||
description: Workspaces are sorted using natural ordering and cannot be manually dragged.
|
||||
|
||||
|
||||
BlendSpace:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue