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/modlistview.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modlistview.cpp') diff --git a/src/modlistview.cpp b/src/modlistview.cpp index 7b3669fd..6091021b 100644 --- a/src/modlistview.cpp +++ b/src/modlistview.cpp @@ -817,6 +817,7 @@ void ModListView::setup(OrganizerCore& core, CategoryFactory& factory, MainWindo // hide these columns by default header()->setSectionHidden(ModList::COL_CONTENT, true); header()->setSectionHidden(ModList::COL_MODID, true); + header()->setSectionHidden(ModList::COL_UPLOADER, true); header()->setSectionHidden(ModList::COL_GAME, true); header()->setSectionHidden(ModList::COL_INSTALLTIME, true); header()->setSectionHidden(ModList::COL_NOTES, true); -- cgit v1.3.1