fix: sorting by pack format

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-08-28 22:52:29 -03:00
parent f21ae66265
commit 3ab17a97a8
4 changed files with 28 additions and 2 deletions

View File

@ -20,6 +20,7 @@ enum class SortType {
DATE,
VERSION,
ENABLED,
PACK_FORMAT
};
enum class EnableAction {