mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Enable non-contiguous multi-selection in add-on list
This commit is contained in:
parent
1080ae10f9
commit
d02fd025e1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<item>
|
||||
<widget class="QListWidget" name="addonList">
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::ContiguousSelection</enum>
|
||||
<enum>QAbstractItemView::ExtendedSelection</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue