Preference setting for whether to make threads a tree or not

I guess it might be useful for mobile users?
This commit is contained in:
autocommit 2020-06-01 17:57:07 +00:00 committed by Cy
parent aee3b13496
commit 77e352b820
No known key found for this signature in database
GPG Key ID: F66D599380F88521
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ class Preference(models.Model):
default=False,
help_text=_(
'Open details (posts with subjects) by default'))
tree_threads = models.BooleanField(
default=True,
help_text=_(
'Display threads as a tree, or as a flat list if disabled.'))
no_javascript = models.BooleanField(
default=False,
help_text=_(