mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
ChanViewer: Show thread subjects in the catalog view
This commit is contained in:
parent
103c2749ce
commit
a416390622
3 changed files with 9 additions and 2 deletions
|
@ -7,6 +7,7 @@ class ThreadCatalogModel final : public GModel {
|
|||
public:
|
||||
enum Column {
|
||||
ThreadNumber,
|
||||
Subject,
|
||||
Text,
|
||||
ReplyCount,
|
||||
ImageCount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue