GUI: set default sort column to Location

This commit is contained in:
2025-10-16 12:42:07 +02:00
parent ae7b538072
commit 432dc8e3af
+1 -1
View File
@@ -48,7 +48,7 @@ class UserSampleSpreadsheet(QAbstractTableModel):
]
self.current_sample = current_sample
self.current_puck = current_puck
self.__sort_col = 1
self.__sort_col = 3
self.__sort_order = Qt.SortOrder.AscendingOrder
self._sort()