From e9b16ef71fc25f12e26da79392fa91ae30aabe5d Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 25 Aug 2019 15:25:24 -0700 Subject: Layout: Add themes --- settings.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 944576d..d02a1fd 100644 --- a/settings.py +++ b/settings.py @@ -78,6 +78,12 @@ For security reasons, enabling this is not recommended.''', 'comment': '', }), + ('theme', { + 'type': int, + 'default': 0, + 'comment': '', + }), + ('gather_googlevideo_domains', { 'type': bool, 'default': False, -- cgit v1.2.3