1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:58:12 +00:00

ChanViewer: Show the time of each post in the thread catalog

This commit is contained in:
Andreas Kling 2019-08-04 10:15:06 +02:00
parent 030891531b
commit e38f78faf5
2 changed files with 8 additions and 1 deletions

View file

@ -10,6 +10,7 @@ public:
Text,
ReplyCount,
ImageCount,
PostTime,
__Count,
};