Security Term now displays a message when there is no power.
Removed "No Message" Sorting. You can no longer insert a biometric card for the Admin.
This commit is contained in:
@@ -132,8 +132,8 @@ public class ItemRepo
|
||||
|
||||
if ( SortBy == SortOrder.AMOUNT )
|
||||
Collections.sort( view, ItemSorters.ConfigBased_SortBySize );
|
||||
else if ( SortBy == SortOrder.MOD )
|
||||
Collections.sort( view, ItemSorters.ConfigBased_SortByMod );
|
||||
// else if ( SortBy == SortOrder.MOD )
|
||||
// Collections.sort( view, ItemSorters.ConfigBased_SortByMod );
|
||||
else
|
||||
Collections.sort( view, ItemSorters.ConfigBased_SortByName );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user