summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorJonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>2025-08-18 07:55:52 +0200
committerGitHub <noreply@github.com>2025-08-18 07:55:52 +0200
commitd52fcccb831b63dc1add068084369543d0a45246 (patch)
tree3d3009a7e0ad3b477b64b349a1bdc7fd1e0d5f62 /src/modlist.h
parent6c64236e2e7a8e2883b7656657e0fac329d5621b (diff)
Add author and uploader columns to mod list (#2269)
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h
index 112070e1..1da74fa8 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -85,6 +85,8 @@ public:
COL_FLAGS,
COL_CONTENT,
COL_CATEGORY,
+ COL_AUTHOR,
+ COL_UPLOADER,
COL_MODID,
COL_GAME,
COL_VERSION,