summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2026-04-10 12:43:17 -0400
committerJosh Ferrell <josh@vector35.com>2026-04-14 17:09:56 -0400
commit5da9c9ba36985d8c008f07b157dbd2cec86303d4 (patch)
tree7e336add6da5ce764bdcde1f2831667264d91fef /ui
parent5bd3e607140dfcf6e3b08ca28749015e629c16c3 (diff)
Add description column to project browser
Diffstat (limited to 'ui')
-rw-r--r--ui/projectbrowser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/projectbrowser.h b/ui/projectbrowser.h
index a34ef937..1a7474ae 100644
--- a/ui/projectbrowser.h
+++ b/ui/projectbrowser.h
@@ -121,6 +121,7 @@ public:
COL_SIZE_ON_DISK,
COL_CREATED,
COL_LAST_OPENED,
+ COL_DESCRIPTION,
COL_STATUS,
COLUMN_COUNT,
};