diff options
Diffstat (limited to 'qml')
-rw-r--r-- | qml/ForumPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ForumPage.qml b/qml/ForumPage.qml index e2e263f..b3dc40c 100644 --- a/qml/ForumPage.qml +++ b/qml/ForumPage.qml @@ -54,7 +54,7 @@ Page { forumId: forumPage.forumId } - section.property: "humanDate" + section.property: "relativeDate" section.criteria: ViewSection.FullString section.delegate: GroupHeader { width: parent.width |