mirror of https://github.com/borgbase/vorta
Add autosorting for source list. By @samuel-w
This commit is contained in:
parent
a0e7d50318
commit
a17af6b99b
|
@ -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 New Issue