From d52fcccb831b63dc1add068084369543d0a45246 Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:55:52 +0200 Subject: Add author and uploader columns to mod list (#2269) --- src/modlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modlist.h') 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, -- cgit v1.3.1