feat: add a provider column to the mods page
Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
parent
aaef448959
commit
4ee29b388d
5 changed files with 26 additions and 3 deletions
|
@ -20,7 +20,8 @@ enum class SortType {
|
|||
DATE,
|
||||
VERSION,
|
||||
ENABLED,
|
||||
PACK_FORMAT
|
||||
PACK_FORMAT,
|
||||
PROVIDER
|
||||
};
|
||||
|
||||
enum class EnableAction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue