feat: add a provider column to the mods page

Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
leo78913
2022-12-15 12:02:08 -03:00
parent aaef448959
commit 4ee29b388d
5 changed files with 26 additions and 3 deletions

View File

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