mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
Add autosorting for source list. By @samuel-w
This commit is contained in:
parent
a0e7d50318
commit
a17af6b99b
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::ExtendedSelection</enum>
|
||||
</property>
|
||||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue