Adapt theme and layout settings to settings page system

This commit is contained in:
James Taylor 2019-09-06 14:53:06 -07:00
parent e14ec88591
commit ed066e7414

View File

@ -102,12 +102,21 @@ For security reasons, enabling this is not recommended.''',
'type': int,
'default': 720,
'comment': '',
'options': [
(360, '360p'),
(720, '720p'),
],
}),
('theme', {
'type': int,
'default': 0,
'comment': '',
'options': [
(0, 'Light'),
(1, 'Gray'),
(2, 'Dark'),
],
}),
('gather_googlevideo_domains', {