fixed a small bug with sorting
This commit is contained in:
@@ -229,9 +229,9 @@ class TableManager(metaclass=Singleton):
|
|||||||
"Temp",
|
"Temp",
|
||||||
"Total",
|
"Total",
|
||||||
"Ideal",
|
"Ideal",
|
||||||
"Left Chips",
|
"Left Board",
|
||||||
"Center Chips",
|
"Center Board",
|
||||||
"Right Chips",
|
"Right Board",
|
||||||
]:
|
]:
|
||||||
if isinstance(self.data[data_key][self.sort_key], str):
|
if isinstance(self.data[data_key][self.sort_key], str):
|
||||||
return -300
|
return -300
|
||||||
|
|||||||
Reference in New Issue
Block a user