Keep the profile list sorted when creating/renaming profiles#1986
Keep the profile list sorted when creating/renaming profiles#1986m3nu merged 3 commits intoborgbase:masterfrom
Conversation
|
Thanks for testing, @shivansh02! I don't have a strong preference for the case-sensitivity, but would lean towards case-insensitive sorting. |
|
The latest commit adds case-insensitive sorting to the list in the main window, as well as the list in the The solution I used was to ignore the In my comment on #1983 I talked about the One final option I thought about was the |
|
The profile list is now sorted case-insensitively, couldn't test the Backup Now list because my distro doesn't have a tray menu. |
|
Thanks for the contribution, @Parnassius and thanks to @shivansh02 for reviewing. |

Description
Creating a new profile adds the new profile at the bottom of the list in the main window. Similarly, editing an existing profile doesn't change its position in the list. This change keeps the list sorted alphabetically in both cases.
Related Issue
Fixes #1983
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
I provide my contribution under the terms of the license of this repository and I affirm the Developer Certificate of Origin.