url-mode: for some reason we sorted the label letters before assigning them

Don't do this. Now that we **don't** sort them, the first letter
chosen by the user is always assigned to the bottom most URL.

Closes #2140 (again)
This commit is contained in:
Daniel Eklöf 2025-07-29 11:18:49 +02:00
parent f873aa904d
commit 83303bd2a4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 5 additions and 12 deletions

View file

@ -68,6 +68,11 @@
## Unreleased
### Added
### Changed
* The label letters are no longer sorted before being assigned to URLs
([#2140]2140[]).
### Deprecated
### Removed
### Fixed