sort backends alphabetically in right order
This commit is contained in:
parent
d546294964
commit
f1a43f1101
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ class BackendCfg(QDialog):
|
|||
self.ui = Ui_BackendCfg()
|
||||
self.ui.setupUi(self)
|
||||
|
||||
self.ui.configuredBackendsList.sortByColumn(0, Qt.AscendingOrder)
|
||||
|
||||
self.to_unload = set()
|
||||
self.to_load = set()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue