diff options
author | James Taylor <28744867+user234683@users.noreply.github.com> | 2020-10-12 09:37:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 09:37:13 -0700 |
commit | fd253d9e07fa34e2a22d28d445839147daca9ee0 (patch) | |
tree | 7dfecaadce3cc58ddcc86e2cd9d5ef762563e9ce /settings.py | |
parent | 37d286fc7ce8feec72d9ecf5d238a42c873de1d0 (diff) | |
parent | 2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833 (diff) | |
download | yt-local-fd253d9e07fa34e2a22d28d445839147daca9ee0.tar.lz yt-local-fd253d9e07fa34e2a22d28d445839147daca9ee0.tar.xz yt-local-fd253d9e07fa34e2a22d28d445839147daca9ee0.zip |
Merge branch 'master' into optional_proxy_images
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 56a6a01..dfab369 100644 --- a/settings.py +++ b/settings.py @@ -134,6 +134,13 @@ For security reasons, enabling this is not recommended.''', 'default': True, 'comment': '', }), + + ('use_comments_js', { + 'label': 'Enable comments.js', + 'type': bool, + 'default': True, + 'comment': '', + }), ('theme', { 'type': int, |