Skip to content

Commit

Permalink
Fix file deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
CoBC committed Feb 19, 2025
1 parent 2f3ed85 commit a37f9a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Client/qtTeamTalk/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,12 @@
<property name="sortingEnabled" stdset="0">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="tabKeyNavigation" stdset="0">
<bool>false</bool>
</property>
Expand Down

0 comments on commit a37f9a8

Please sign in to comment.