mirror of https://github.com/zlatinb/muwire
sort the downloads table on updates
parent
8d3ce7aa8e
commit
acd67733a5
|
@ -299,6 +299,7 @@ class MainFrameView {
|
|||
downloadsTable.setDefaultRenderer(Integer.class, centerRenderer)
|
||||
|
||||
downloadsTable.rowSorter.addRowSorterListener({evt -> lastDownloadSortEvent = evt})
|
||||
downloadsTable.rowSorter.setSortsOnUpdates(true)
|
||||
|
||||
// shared files table
|
||||
def sharedFilesTable = builder.getVariable("shared-files-table")
|
||||
|
|
Loading…
Reference in New Issue